Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @lilyliseno,

    Hope you’re well ??

    Looks like background color is applied to site container so this CSS should do the trick, just make sure to adjust color HEX value to the one you want:

    .site-container {
        background-color: #ff00ca;
    }

    If your theme doesn’t have custom CSS field, then you may wish to use a child theme or a plugin like this one for this additional CSS. That way you’re protected when you come to upgrade.

    Cheers,
    Predrag

    Thread Starter lilyliseno

    (@lilyliseno)

    Thanks so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Background Color of Page’ is closed to new replies.