[Resolved] How to change background in blog section?

Home Forums Support [Resolved] How to change background in blog section?

Home Forums Support How to change background in blog section?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1139031
    Joaquin

    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!

    #1139300
    David
    Staff
    Customer Support

    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

    #1139547
    Joaquin

    Thank you so much David!

    #1139554
    David
    Staff
    Customer Support

    You’re welcome.

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