• Resolved Linda Bradshaw

    (@linda-bradshaw)


    I would like to modify the background color of the posts. How can I do that? I see that I have a sticky post, and regular posts, and the background of the sticky post is different than the others. I would like for them to all be the same. How can I change that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Example of Removing sticky post styles

    Dashboard / Appearance / Customize

    Advanced / Site-wide CSS

    try paste below

    body.blog .sticky,
    body.home .sticky {
        border-top: solid 6px red;
        background: none;
        border-bottom: solid 2px green;
    }

    Theme Author nobita

    (@nobita)

    Change the resolved since the already changed the theme

    thank you for using theme until yesterday

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background colors of posts’ is closed to new replies.