Okay
  Public Ticket #2898852
Site Background
Closed

Comments

  • whittakerbianca started the conversation

    How can I change the site background from white to my blue?

  •  867
    Neuron replied

    Hi,

    We can change the site background color by going to Appearance > Customize > Style, or by adding the following code at Appearance > Customize > Additional CSS.

    body {
        background-color: blue !important;
    }
    

    Feel free to ask for anything you need.

    Kind Regards