Can you give me some quick css to change the gallery and thumbnail hover color to #188ece Thank you!
Hey djshortkut!
Use the follow class .av-caption-image-overlay-bg to control the background color of your element.
Let us know if you have more questions about that.
Cheers!
Basilis
Can you give me the exact code to use please? I’m having difficulty figuring it out. Thanks!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-caption-image-overlay-bg {
background-color: #188ece!important;
}
Regards,
Yigit
I input the code but it didn’t work
Hi!
Please go to Enfold theme options > Advanced Styling and edit “Linked Image Overlay ”
Regards,
Yigit
Thanks Yigit! So I figured out that the code you gave me above changes the hover background color for images only and not the image gallery and thumbnails that I am trying to change. I changed the background color in advanced styling and it didn’t seem to do anything either.
Maybe I wasn’t clear but I am looking to change the hover color for the gallery and thumbnails. Right now it is set to white and I want it to be #188ece to match the rest of my theme and I don’t see an option to change the hover color of that element anywhere. Can you please let me know what quick css to use? Thanks!
Hey!
Use this in the Quick CSS field:
.image-overlay {
background: #188ece;
}
Best regards,
Ismael
Thanks! You can close this thread.