Viewing 1 replies (of 1 total)
  • Hello john,

    Don’t edit your code directly in the CSS file (style.css), because if you do so then these changes you have made will override with the default one when you update your theme in future.

    So to be safe and not to make the changes again and again, it is recommended to add the customized CSS in the Custom CSS area or by using a child Theme:

    [ Moderator note: link redacted, please do not send people to your site that way. ]

    You can add this code in your Custom CSS:

    #page {
        background-color: #2a3050;
    }

    Hope that helps you, feel free to ask if there is any other problem.

    Thank you.

    • This reply was modified 9 years, 6 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)

The topic ‘Spacious Skin Background Color’ is closed to new replies.