Site logo

Archived topic

Change the content white background color

1 reply · Started by Sebastien on April 22, 2019

Viewing posts 1–2 of 2

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

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.

This archived topic is closed to new replies.