Background ad click icon

Posted in: Newspaper
Post count: 58

Hi guys,

I have a background advert on my site that is linked to the advertisers website.

The link works just fine but When you hover over it thought the mouse icon doesn’t actually change from a mouse to a pointy hand.

Is there any way to change it so that it does? My advertiser is pointing out that its hard to tell that its actually possible to click through on it.

Thanks,

Post count: 3343

Hi,
Add this CSS in Theme panel -> Custom CSS

body {
  cursor: pointer;
}
.container {
  cursor: default;
}
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.