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

    HI,

    looking here:

    You can see when using the masonry gallery that the theme sets an off white background in the rectangular field behind the captions, how can I change that color to white #ffffff?

    Thanks

    #1026416

    Hey tonyiatridis,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .main_color .container .av-inner-masonry-content, 
    #top .main_color .container .av-masonry-load-more, 
    #top .main_color .container .av-masonry-sort, 
    .main_color .container .av-masonry-entry .avia-arrow {
      background-color: #fff;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1026564

    perfect, thanks so much.

    #1026809

    Hi tonyiatridis,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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