Cursor on background

Posted in: Newsmag
Post count: 27

Hi,

Is it possible to change the cursor, when a visitor moves it across the wallpaper, so that he or she gets notified that it’s clickable?

Like a normal link.

URL: http://bettips.dk

Best regards

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css:

body {
cursor: pointer!important;
}
.td-top-menu-full, .td-header-container, .td-container, .td-sub-footer-container, .td-header-wrap{
cursor: default!important
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.