Change the site background color in WordPress
Note: If you have a premium WordPress theme, check the theme documentation on how to change the background color, because the following option might be locked.
You can change the background color of your site from the WordPress dashboard. To specify the background color, use a hex color code.
- Sign in to WordPress.
- From the left-hand menu, select Appearance > Customize.
- Select Additional CSS.
-
Scroll down and then enter this code to change the background color:
.site { background-color: #XXXXXX; }
where #XXXXXX is the hex color code you want to use.
- Select Publish.
More info
- Return to Customize a theme in WordPress.
- If you don't want to deal with color changes yourself, we also have a WordPress Premium Support service that can take care of that for you.