Background
-
how to change the colour of the background?
The blog I need help with is: (visible only to logged in users)
-
Hello @candela3a19,
It looks like you’re using the Elegant Business theme on your site: candela3a19.home.blog
This particular theme doesn’t appear to have an option to change the background color using the built in Customizer.
However, you can add a background color with some custom CSS as long as you’re on the Premium or Business Plan.
To add CSS using the editor, go to your Customizer and click on the CSS tab.
Copy and paste the following code at the bottom of the editor:
#page { background-color: #eeeeee; }NOTE: you can change the #eeeeee to another 6-character color code that you prefer. https://www.color-hex.com/ is an option to use to find a color if you need to.
I hope this information helps. Let us know if you have further questions.
- The topic ‘Background’ is closed to new replies.