[Resolved] Masonry brick background color?

Home Forums Support [Resolved] Masonry brick background color?

Home Forums Support Masonry brick background color?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #108550
    Are Martin

    Hey, it´s me again 🙂

    I was just wondering how to change the background color of the masonry bricks only?

    I know they change with the background color of the content when adjusted in the customizer, but I would like to change the color of masonry bricks exclusively.

    I tried to add this in my custom css

    .masonry-brick {
      background-color: #f1f1f1 !important;
    	
    	
    	}

    But the background color did not change…

    What CSS would I need to add to change the background color of the masonry bricks?

    Kind regards

    Are Martin

    #108578
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a try:

    .masonry-post .inside-article {
          background: #f1f1f1;
    }
    #108582
    Are Martin

    Thanks!

    That did it! 🙂

    #108664
    Tom
    Lead Developer
    Lead Developer

    Awesome 🙂

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