Site logo

[Resolved] How I can change background color from outside content conteiner?

Home Forums Support [Resolved] How I can change background color from outside content conteiner?

Home Forums Support How I can change background color from outside content conteiner?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2480902
    Anonymous

    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

    #2481082
    Ying
    Staff
    Customer Support

    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.

    #2482397
    Anonymous

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

    #2482508
    Anonymous

    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

    #2482560
    Ying
    Staff
    Customer Support

    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.

    #2483200
    Anonymous

    Hi Ying,

    Thanks for the tip 🙂

    #2483781
    Ying
    Staff
    Customer Support

    No Problem 🙂

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