Site logo

Archived topic

How to change background in blog section?

3 replies · Started by Joaquin on January 21, 2020

Viewing posts 1–4 of 4

Hi there!

I changed background color of every entry of my posts in my blog section, from white to grey. But also it changed every background color when you go inside the article (i mean in every post inside). I use this css code

.one-container:not(.page) .inside-article {
padding: 1rem 1.5rem 1rem 1.5rem;
background-color: #F7F7F7;
}

I want a background color for every entry but only in blog section, where displays all my posts, not inside every article.

Also i want to change title color.

How can i do that?

Thanks!

Hi there,

try this CSS:

.generate-columns-activated .inside-article {
    padding: 1rem 1.5rem;
    background-color: #f7f7f7;
}

To change the Blog/Archive title color go to Customizer > Colors > Content --> Archive Content Title

Thank you so much David!

You're welcome.

This archived topic is closed to new replies.