[Support request] Sidebar background colour different for specific page

Home Forums Support [Support request] Sidebar background colour different for specific page

Home Forums Support Sidebar background colour different for specific page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #385581
    Dami

    Hi,

    Is there a way to change the background colour of the sidebar of a specific page, so as not to affect the background colour of sidebars on other pages?

    Thank you

    #385605
    Leo
    Staff
    Customer Support

    Hi there,

    Yup of course.

    If you use Tom’s Simple CSS: https://docs.generatepress.com/article/adding-css/#simple-css
    It gives you a CSS metabox on each page.

    Then you can use this CSS:

    .sidebar .widget {
        background-color: #ffffff;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.