How to change the background color of a WordPress blog?

Are you looking for an easy way to change the background color of a WordPress blog? There are many ways to change the background color of a WordPress blog or website.

In this article, I will show you how to easily change the background color of a WordPress site. Let’s check out below.

How to change the background color of WordPress blog?

The background color of any website plays a vital role in its design. Here below I have given two steps using which you can change the background color of any WordPress website:

Change Background Color Using WordPress Customizer

Many WordPress themes come with the option to change the background color, which allows changing the background color from the WordPress theme customizer. You can edit your site’s background color in real-time without editing code.

Just Log in to WordPress blog or website then click on Appearance >>> Customize. Here you’ll find many options to modify your themes like Menus, Colors, Homepage, Widgets, Background Image, Background Color and more.

This option depends on which WordPress theme you are using on your site. Here I am using the default Twenty Twenty-One theme.

I install fresh WordPress on my website and the default theme is Twenty Twenty-One theme. This theme has a lot of customization options.

To change the background color of your website, click on the Colors & Dark Mode tab in the menu on the left. As shown in the picture below.

Next, click on the Background Color option and choose a color for your blog or website. You can use the color picker tool or use the Hex color code for background color.

After that click on the Publish button. Now visit the blog or website to see your new background color.

If this option is not available in your case maybe you are using a different theme then follow the steps below.

Change Background Color Using Custom CSS

Just go to:

Go to Appearance >> Customize and then click on the Additional CSS tab.

Next, enter the following code:

body {
background-color: #FFFFFF;
}

After adding custom CSS code, click on Publish button. Now visit the website to see your new background color.

Final Words:

I hope this post is helpful for you. If I made any mistake or miss any important points about the post How to change the background color of the WordPress blog? then let me in a comment below.

Leave a Comment