• Resolved Christina Hills

    (@christinahills)


    How do I change the background color of the site?

    Not the background of the content

    but of the site

    I see how to change the background image
    but I don’t want an image

    I just want a color

    this seems like it should be simple and included in the site
    but I cannot find how to do it in the customizer

    and I do NOT want to do CSS code

    I am on pure and simple 1.1.4 the free version

    thanks
    Christina

Viewing 3 replies - 1 through 3 (of 3 total)
  • It would be best if you added some CSS code.
    If you really don’t want to do any code a workaround would be to make a small image which is just a block of the colour you want and set that as the background.

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    Sorry for the late reply. If you need to change the background color with the help of customization, then we are really sorry for that because this feature is only available in premium version. So if you want to change the body background color, then please follow the following steps:
    Go to Dashboard=> Appearance=> Customize=> Background Image=> Then remove the background image and update it. After that please use the following css:

    body {
        background-color: #44474c;
    }

    Note: Please use the custom css plugin or child theme to write the css.

    Thanks

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    We didn’t get your reply since two weeks. We hope you got the solution of your issue.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I change the Background color of the site?’ is closed to new replies.