Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1409650

    Hi guys,

    I need to change the background color of the caption areas on the masonry grid here:

    elliottlandy.com/popcolor

    The site is password protected while being worked on the password to view the site is (see private field)

    I need to make the background of the caption area back and the type white. The type I can edit the h3 tag so worries there I have it grey at the moment.

    Thanks so much I targeted some css where I saw the background set to white but my attempts had no effect.

    • This topic was modified 1 year, 5 months ago by Ismael. Reason: move password to private field
    #1409702

    Hey tonyiatridis,

    Thank you for the inquiry.

    Adding the following css code should adjust the background color and text color of the masonry content.

    .main_color .site-background.av-inner-masonry-content {
        background-color: #000000;
        color: #ffffff;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css modification.

    Best regards,
    Ismael

    #1409927

    awesome! Thanks, issues solved, you’re the best.

    #1409973

    Hi tonyiatridis,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change background color of caption area of masonry grid’ is closed to new replies.