BluFangs Posted December 7, 2021 Share Posted December 7, 2021 Site URL: https://jachen.me/royal-deceit Hello, I was wondering how to remove the background color for the arrows shown in the Gallery - Slideshow block. I am using the Jasper Template - here's a picture of what it currently looks like, I would like the grey rectangle around the arrow to be transparent. Link to comment
Solution MidnightClub Posted December 7, 2021 Solution Share Posted December 7, 2021 HI @BluFangs, You can add some css to make the background transparent; .sqs-gallery-controls .previous { background-color: transparent; } .sqs-gallery-controls .next { background-color: transparent; } Cheers, Fab BluFangs and SquareRefresh 1 1 Link to comment
BluFangs Posted December 7, 2021 Author Share Posted December 7, 2021 Thank you! Is there anyway to also make the background transparent on hover? Link to comment
MidnightClub Posted December 7, 2021 Share Posted December 7, 2021 Sure .sqs-gallery-controls .previous:hover { background-color: transparent; } .sqs-gallery-controls .next:hover { background-color: transparent; } BluFangs 1 Link to comment
BluFangs Posted December 7, 2021 Author Share Posted December 7, 2021 Thank you so much! Link to comment
SST Posted November 2, 2023 Share Posted November 2, 2023 On 12/7/2021 at 11:26 AM, MidnightClub said: Sure .sqs-gallery-controls .previous:hover { background-color: transparent; } .sqs-gallery-controls .next:hover { background-color: transparent; } This is amazing. Is there a chance to change this code so that the controls are just visible on hover left and right?! Would be lovely if you can help with that!! Link to comment
tuanphan Posted November 4, 2023 Share Posted November 4, 2023 On 11/2/2023 at 9:22 PM, SST said: This is amazing. Is there a chance to change this code so that the controls are just visible on hover left and right?! Would be lovely if you can help with that!! You mean Initial: hide these arrows Hover on left/right: show arrows? 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment