Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #697573

    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.

    #697692

    Hi ItsYeBoi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .av-masonry-entry-content {
    color:black !important;
    }

    Thanks,
    Rikard

    #1126850

    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 –

    #1127088

    Hi dlambers,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1127242

    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!

    #1127310

    Hi,

    Add this to quick css:

    .page-id-1162 .av-masonry-entry-title.entry-title{
    color:#fff!important;
    } 

    Best regards,
    Jordan Shannon

    #1127637

    Hi Jordan,

    Worked perfectly!

    Thank you!

    #1127641

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Masonry Gallery Caption Element Colour Issue’ is closed to new replies.