[Resolved] Change the content white background color

Home Forums Support [Resolved] Change the content white background color

Home Forums Support Change the content white background color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #876175
    Sebastien

    Hi,

    I would like to change the nativ white background color of the main content container for some specific pages.
    Could you help pleasE? thanks

    #876293
    David
    Staff
    Customer Support

    Hi there,

    try this:

    Create a New Hook Element.
    https://docs.generatepress.com/article/hooks-element-overview/

    Select the WP_head hook.
    Add this Code:

    <style>
    .separate-containers .inside-article {
        background-color: #cccccc; /* Change color to suit */
    }
    </style>

    In the Display Rules set the pages you wish to apply it to.

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