Tagged: masonry
Hi, the masonry displays the tiles “faded” before they become bright on hover. How would I make them even more faded (i.e.darker) so that I can read my text better? I tried some Quick CSS options but seemed unable to achieve this.
Thanks for a superb theme!
Hi pixel2data,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Sure and thanks fro the quick response.
The temporary URL of the webpage is: http://wp.cipa.icomos.org/
In the middle of the page, I use the masonry to show our different task groups. To make the contrast between the white text and the greyed-out tiles even larger, I would like to make them even darker (but still light up when you go over them).
Also, I used a <BR> element to split my text on every tile. Is there another, more neat way, to do this?
Thanks!!
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(0,0,0,0.5) !important;
}
You can make it even darker if you adjust the value 5 to something higher.
Regards,
Rikard
Super, thanks! Works as expected.