Site logo

Archived topic

How I can change background color from outside content conteiner?

6 replies · Started by Former User on January 2, 2023

Viewing posts 1–7 of 7

Hello,

I would like to change background color from outside container but, it seems I cannot find option on customizer, can you please let me know how to do it?

Thanks,

Sara

Hi Sara,

Are you referring to your homepage?

Your homepage is a static page with a full-width container, the customizer can not control the layout, but you should be able to edit it directly in the page editor.

Yes homepage so, where I supposed to change it? Because I dont find option on Page Options, thanks!

Hi Ying,

just founded solution in case anyone else has same problem I leave it below:

On "Customizer" go "to Additional CSS" and add this code:

background color: .site { background-color: #FFFFFF; }

Please keep in mind this is for white background for a different color change value on code color from #FFFFFF to different code color.

Thanks and Happy New Year

Hi Sara,

The CSS you are using is targeting the entire site, if you want the change remains in the homepage only, try changing the .siteto .home .site.

Hi Ying,

Thanks for the tip :)

No Problem :)

This archived topic is closed to new replies.