Site logo

[Resolved] Changing background color only for posts

Home Forums Support [Resolved] Changing background color only for posts

Home Forums Support Changing background color only for posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2299341
    Dmitrii

    Hello!

    I’d like to change the background color for posts, but not any other page (homepage, category, auxiliary pages, etc. should all remain white).

    Right now I’m using the customizer because the CSS I was using did not translate very well (only certain parts of the post background would change color).

    The background-color I want is: “#fff7f4”

    #2299344
    Fernando
    Customer Support

    Hi Dmitrii,

    Here’s a CSS you may try to apply that background color to all posts:

    body.single.single-post, body.single.single-post main#main .inside-article  {
        background-color: #fff7f4;
    }
    #2299372
    Dmitrii

    That worked perfectly, thank you as always Fernando!

    #2299383
    Fernando
    Customer Support

    You’re welcome Dmitrii!

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