Replies: 0
When enabling the setting “Make entire post a link”, what is missing to be set is that the cursor will become a pointer when hovering over any element of the template. I have made a workaround with
selector {
cursor:pointer;
}
but it would be nice to have it set as a standard feature.