Tagged: full screen slider
Hello Team,
The home page on https://ilanwittenberg.com/ displays a full screen slider. Unfortunately, some PC users fail to click on the screen to move onto the Portfolio page: https://ilanwittenberg.com/portfolio/
Is there a way to change the cursor from an arrow to a pointing hand (similar to the cursor showing when hovering above a hyperlink)?
Thanks,
ofekw
Hey ofekw,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
a.av-masonry-entry img:hover {
cursor: pointer !important;
}
Best regards,
Mike
Hello Mike,
Thanks for following up – cursor still showing an arrow. The home page has a Fullscreen Slider and contains the following Code Block:
html{
overflow:hidden;
}
body{
cursor:pointer !important;
}
#fullscreen_slider_0{
z-index:0;
}
#wpadminbar{
display: none !important;
}
.content, .container{
padding: 0 !important;
min-height: 0 !important;
}
#top.avia-blank #main .container_wrap:first-child{
border: none !important;
}
#top.avia-blank #wrap_all #main{
border: none !important;
}
Should I make any changes to this code?
Thanks,
ofekw
Hi,
Oh I sorry, I read your request too quickly, please use this css instead:
.splash-logo:hover {
cursor: pointer !important;
}
Best regards,
Mike
Thanks Mike,
Issue resolved!
Much appreciated,
ofekw
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike