• Resolved seannoonan

    (@seannoonan)


    Is there a way to customise the CSS on the page for posts without changing all of the other posts?

    I even tried the .site with the correct page ID and no luck!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Twentig

    (@twentig)

    Hi Sean,

    To change the background on the posts page, you can add the following CSS code in the Customizer > Additional CSS panel (change the #ccc value as you want):

    .blog .site {
        background-color: #ccc;
    }

    Hope that helps. Awesome website by the way ??

    Tom

    Thread Starter seannoonan

    (@seannoonan)

    Thanks! Twentig has been great so far ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change CSS i.e. background color ONLY on “Posts Page”’ is closed to new replies.