Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1399969

    Hi There,

    Can someone tell me how to change the background color of the Masonry Gallery Title/Excerpt?
    Thanks in advance!

    Best Regards,

    Joep

    #1400020

    Hey Joep,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab and adjust as needed

    
    .av-masonry-entry .av-inner-masonry-content {
      background-color: orange;
      color: white;
    }
    #top .av-masonry-entry .av-masonry-entry-title {
      color: red;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.