Maxsabo Posted April 10 Share Posted April 10 Hello, There is no cursor change on hover over my gallery images so I'm not sure visitors understand the image is clickable to see the next image in the gallery. Please see here: https://sabo-project.com/sacha I used custom CSS to add a " prev / next " under the gallery. This may be why the cursor doesn't change on hovering. Could you please let me know a code to have a link pointer (hand) when hovering over the gallery image AND the " prev / next " below? Thanks! Here is the code I've used: .sqs-gallery-controls { background-color: white; padding-top: 5px } .sqs-gallery-controls .previous, .sqs-gallery-controls .next { background-color: transparent; margin-top: 0; padding: 0 !important; line-height: inherit; position: static; } .sqs-gallery-controls .previous:hover, .sqs-gallery-controls .next:hover { background-color: transparent; } .sqs-gallery-controls .previous::before, .sqs-gallery-controls .next::before { color: #000000; width: inherit; font-size: 16px; font-family: europa; } .sqs-gallery-controls .previous::before { content: "Prev"; } .sqs-gallery-controls .next::before { content: "Next"; } .previous::after { content: "/"; color: #000000; margin-left: 5px } .logo-image{ pointer-events:none; } .sqs-gallery .meta-title{color:black!important; font-size:1rem!important; background:white; margin: -10px!important;outline:17px solid white; } Link to comment
Solution tuanphan Posted April 13 Solution Share Posted April 13 You can use this code to Website > Website Tools > Custom CSS body#collection-5bca34dee5e5f0cd07ce8da8 .gallery-block:hover { cursor: pointer; } Maxsabo 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Maxsabo Posted April 13 Author Share Posted April 13 Thank you so much Tuanphan!!! I removed body#collection-5bca34dee5e5f0cd07ce8da8 so that it works on all other pages. tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment