Okay
  Public Ticket #2957925
Category Post Grid Background color
Closed

Comments

  • joycehueting started the conversation

    Hello,

    I am trying to have the (automatic) category pages similar to the homepage, where i placed a nectar post grid. 

    I set a Masonry Material in Salient > Blog > Styling

    I would like to change the background-color of each item from white to grey, i tried some css but still not working.

    Can you help me?

    Thank you!

  •  2,958
    Andrew replied

    Hello there,

    Use the following CSS.

    .masonry.material .masonry-blog-item .article-content-wrap, .masonry.material .masonry-blog-item .meta-category {
        background-color: #ccc;
    }
    

    Regards,

  • joycehueting replied

    Thank you Andrew,

    I realized my css was right but the box-shadow is "confusing" the perception of colours!

    Now i try to hide the shadows. thank you

    Joyce

  •  8,840
    Tahir replied

    Hey Again,

    Let us know if you need our help writing up any CSS.

    Thanks 


    ThemeNectar Support Team