Tagged: Color
Hi,
How do I change the color of the .av-icon-display element in masonry? See http://www.tameez.com. The top left entry has “purple” background the the quote is lost.
Thanks and Regards,
Tameez
Hi Tameez!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-masonry-entry.format-quote .av-icon-display {
color: white;
opacity: 0.9;
}
Cheers!
Yigit
Hi Yigit,
Yes, thanks. I actually had got that much but the quote icon is still faint, as if it’s behind something. I’ve tried a few background color combinations but the results are the same.
Regards,
Hi!
Please try adding !important rule as following
#top .av-masonry-entry.format-quote .av-icon-display {
color: white !important;
opacity: 1 !important;
}
It currently has opacity
Cheers!
Yigit
Hi Yigit,
Yes, that did it. I tried !important with color earlier but didn’t think about placing it against opacity. Thank you.
Regards,
Tameez