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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment