Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #331214

    Hello

    I am using the Masonry. Currently I only have one item on a full screen width Masonry block. How can I change the default background so it is white and not grey?

    Many thanks

    Andy

    #331270

    Hi andydiprose!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .main_color .av-masonry {
    background-color: white;
    }

    Cheers!
    Yigit

    #331889
    This reply has been marked as private.
    #332155

    Hey!

    The link leads me to a 404 page. Try this:

    .main_color .av-masonry {
    background-color: white !important;
    }

    Regards,
    Ismael

    #332199
    This reply has been marked as private.
    #332443

    Hi!

    Please add following code to Quick CSS

    .main_color {
    border: none;
    }

    You can also edit Color Section elements and choose not to display borders

    Best regards,
    Yigit

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