Hi, I would like to change color to the title that appears on mouse hover at the center of a masonry element. Now it’s white, I would like to change it.
Thank you.
Valentina
Hey valev0,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content * {
color: red;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Perfect! Thank you so much.