This topic has 4 replies, 2 voices, and was last updated 9 years by arivera5.

  • Author
  • #59783
     arivera5
    Participant

    How can I change the color of the masonry/pinterest background to black. It is currently grey as in the demo. When I try to change the row or main color the masonry/pinterest style post override and remains grey. Please let me know if you can help

    Thanks

    #59792
     sharmstr
    Moderator

    It uses the Section Style dropdown. So if you dont have a section that has a black background, you cant do it that way. You can either use the footer section which is by default pretty dark, or you can add some css to do it. At the bottom of the row settings add “black-bg” without the quotes to the Extra CSS box. Save it. Click on the gear icon at the top of VC and try this.

    COPY CODE
    
    .black-bg {
        background-color: #000 !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #59795
     arivera5
    Participant

    thanks for code, i tried it and it still does not work. this is my site http://myethree.com/ when you scroll down to the masonry/pinterest, the grey still appears in between the blog grids, i want that space to be black. Thanks for your help

    Attachments:
    You must be logged in to view attached files.
    #59798
     sharmstr
    Moderator

    That’s not the section background. There is no gaps between the posts. What you want to change is the individual item div backgrounds. Try this instead

    COPY CODE
    
    .post-item {
      background-color: #000 !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #59842
     arivera5
    Participant

    awesome that worked!! thank you sharmstr!!

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?