How do I change the color and font family of hover Image?
I’ve inserted the code below but it only changed the gallery rollover element not the image element..
.image-overlay {
background: #FFDDDD !important;
}
Hi mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
span.image-overlay-inside:before {
background-color: red!important;
color: orange!important;
}
Best regards,
Yigit
Thanks Yigit –
But that didn’t seem to work :/
T
Hi!
Can you please post the link to your website and point out the image element you would like to customise?
Cheers!
Yigit
Hi Yigit –
I would like to change the rollover background for this element. As well as the font for the text.
https://www.dropbox.com/s/3swrwcjw6xyj8m0/ss.png
here is the site:
Hi!
Please use following code
.av-image-caption-overlay-center p {
color: red;
}
Regards,
Yigit
Close Yigit –
I want the overlay color not the text… So the gray color is what I want changed…
T
Got it! Thanks