Hello,
I am trying to create a masonry gallery for my blog page. However, the caption element which displays over top of the image only shows the date and not the title or excerpt because the font colour for the title and excerpt is white and so is the caption element background. I’ve tried changing the font colours in the alternate content under theme options which is what I’ve labeled the colour section in the advanced layout editor as. Unfortunately, it doesn’t seem to affect the font colour at all.
Hi ItsYeBoi,
Please try the following in Quick CSS under Enfold–>General Styling:
.av-masonry-entry-content {
color:black !important;
}
Thanks,
Rikard
Hi Rikard,
I see there is not an option for changing Display Title on overlay Masonry for my blog. I want to change only this font color to white, not all of the alternate content. Currently it is blue on blue. I tried the code above – changing it to ‘white’ and it doesn’t work even after clearing cache.
Any help would be much appreciated.
Thank you –
Hi dlambers,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
Hi Rikard,
Sure – sorry about that, I thought I did.
I’m trying to get the caption white – same as the date, only on the blog page and only the caption and date.
Thank you!
Hi,
Add this to quick css:
.page-id-1162 .av-masonry-entry-title.entry-title{
color:#fff!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
Worked perfectly!
Thank you!
Hi,
Perfect! I’m happy this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon