Site logo

Archived topic

Masonry brick background color?

3 replies · Started by Are Martin on May 17, 2015

Viewing posts 1–4 of 4

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

Hi there,

Give this a try:

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

Thanks!

That did it! :)

Awesome :)

This archived topic is closed to new replies.