[Support request] Change body background color only on some pages

Home Forums Support [Support request] Change body background color only on some pages

Home Forums Support Change body background color only on some pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #793132
    Matteo

    Just changed the body background color from grey to white to fix some colors’ mismatch in my homepage: Customizer->Colors->Body->Background Color.

    But the body background color changed for the whole site.

    How can I do to change it only for some pages using CSS?

    Thanks.

    #793208
    Leo
    Staff
    Customer Support

    Hi there,

    You can use CSS like this:

    body.page-id-xxx {
        background-color: #000;
    }

    And just replace xxx with the actual page id.

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

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