• Hello my friends. I need to hange the default background body color (white) in the free theme. How in can do it?. Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • ying

    (@yingscarlett)

    Hi Luis,

    You could change body background color in Customizer > colors > background color.

    Thread Starter Luis Feo

    (@luis-feo)

    Well. I have the free edition. That isn′t. I need change using code. css. But i dont know what files to change.

    ying

    (@yingscarlett)

    The option I suggested is for free version, are you sure the color you want to change is body background color?

    Could you link us to the site in question, and specify which color you want to change?

    Thread Starter Luis Feo

    (@luis-feo)

    Generally, the pages created in generatepress have a white background. Well I want to vary that color to a more pastel tone, for example. In the options of the free theme I did not see what you say, it would be a matter of reviewing …

    Thread Starter Luis Feo

    (@luis-feo)

    Sure, I get it. It is not the background that appears there. It is the bottom of the page or entry that I create. I would like to vary the color. Because as you say, if you can change a background, in “customize” but the page or entry, its background is white. I would like to homogenize that.

    Thread Starter Luis Feo

    (@luis-feo)

    The bacground color of the container…

    Hi there,

    depending on the Customizer > Layout > Container –> Content Layout.

    If One Container:

    .one-container .site-content {
      background-color: #f1f1f1;
    }

    If Separate Containers:

    .separate-containers .inside-article {
      background-color: #f1f1f1;
    }
    Thread Starter Luis Feo

    (@luis-feo)

    Hey!. Ver y good. I will try. Thanks…!!!. God bless you

    Glad we could be of help

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Background body’ is closed to new replies.