• Home
  • Contact us
  • Privacy policy

keys2theciti-Affiliates Guides

Daily news, guides, tips, tools and more.

  • Latest News
  • Tips
  • Profitable Niches
  • Affiliate Networks
  • Product Reviews
  • Sales and Marketing
  • Guides
  • Tools for Affiliates

 

4 Easy Ways in 2023

April 18, 2023 by admin


Let’s face it:

There’s nothing more frustrating than being stuck with a plain white background when you want a more vibrant, eye-catching, and attractive website!

Fortunately, you don’t need to be a tech expert to change the background color of your WordPress website!

In this article, we’ll walk you through four simple methods to change the background color in WordPress within a couple of minutes.

Ways To Change Background Color In WordPress

If you want to spice up your WordPress site, changing the background color is a great place to start. You can accomplish this task in multiple ways, from using the built-in theme customizer to installing special plugins.

Here are four simple methods to apply a new background color on your WordPress website.

1. Theme Customizer

The simplest way to change the background color of your website is by using the WordPress theme customizer. While most themes reserve this feature for paid users, Astra offers it for free (read the full Astra theme review here). Here’s how to test it out yourself.

1. Log in to your WordPress dashboard and select Appearance > Customize from the left navigation menu.

wordpress-background-color-change

2. Depending on your theme, click on the following options to access the background customization option:

  • Astra: Global > Colors > Site Background
  • Divi: General Settings > Background > Background Colors
  • OceanWP: General Options > General Styling > Background Colors
background-color-palette

3. Select any color from the palette and click on Publish in the top menu bar.

2. Custom CSS

The default background color of your website is determined by a type of code called CSS. You can apply any color to your site’s background by tweaking this code.

But first, you need to convert your chosen color into a six-digit hex code. Use this free color picker tool to generate a custom hex color code before moving forward.

wordpress-dashboard

1. Log in to your WordPress account and go to Appearance > Customize.

additional-css-tab

2. Click on Additional CSS in the left menu bar.

site-background-color-code

3. Enter the following custom CSS code in the text box:

        .site {
            background-color: #XXXXXX;
        }

Replace the ‘XXXXXX‘ with a hex color code of your choice.

Note: If the first code doesn’t work, try replacing ‘site’ with ‘body’ in the custom CSS code.

4. Select Publish from the top bar to save your settings.

3. Full Site Editor

WordPress introduced its Full Site Editor in 2022 with new editing features for individual pages. This update allows users to modify their website’s background image or color without purchasing premium themes or plugins.

Here are the steps to do so:

wordpress-dashboard-themes

1. Log in to your dashboard and go to Appearance > Themes.

twenty-twenty-three-active

2. Select a WordPress theme that supports Full Site Editor and click Activate. (We’ll be using Twenty Twenty-Three for this example.)

theme-full-site-editor

3. Click on Editor from the left menu bar. After the screen reloads, press the Edit button.

block-editor-cover

4. To change the background color, click on the blue + button in the top menu and search for the Cover block. Click on the icon to apply.

block-wordpress-background-color

5. Select a color from the default color palette.

Note: If you want to use a custom color, switch to ‘Block’ and then the ‘Styles’ tab from the left menu bar. Click on ‘Overlay’ and create your own solid or gradient shade using the color picker tool.

cover-menu-layers

6. Click on the Hamburger Menu in the top menu and drag each section under Cover.

block-background-color-change

7. To change the color of an individual block, click on it and go to the Block and Styles tab from the right navigation bar.

page-color-save

8. Tap on Background and select your own background using the color picker tool.

9. Once you’ve made all the changes, click on the Save button twice in the top right corner.

4. Block Editor

WordPress Block Editor has a hidden feature that allows you to change the background color of specific parts of your website.

You can experiment with different hues using a built-in color palette and select from a variety of solid and gradients backdrops.

wordpress-posts

1. Log in to WordPress and click on either Pages or Posts.

post-edit-option

2. Select the Page/Post you want to customize and tap on Edit.

add-block-paragraph

3. Click on the + icon to add a heading or paragraph.

wordpress-block-color-change

4. In the left sidebar, switch to Block and select Background.

change-background-color-block

5. Choose a solid or gradient color and click on Update from the top menu bar.

How To Change the Background Color Of A Single Page

Selecting the right background color can be critical to your click-through rate and revenue. Take Heinz as an example; it sold over 10 million bottles of ketchup in 7 months after changing its colors from red to green!

Using an eye-catching background color on your conversion page can recreate the same effect and significantly boost your sales. Here are the steps to change the background color of a single web page in WordPress.

background-color-inspect-element

1. Open the post/page on your website that you want to customize.

2. Right-click and select Inspect.

css-code-post-copy

3. Look for the post id class and copy the ID. (Press Ctrl+F or Cmd+F and type ‘article’ to find the post id.)

wordpress-theme-customize

4. Go to your WordPress Dashboard and click on Appearance > Customize.

wordpress-additional-css-tab

5. Open the Additional CSS tab from the left menu.

change-background-color-hexcode

6. Paste the following piece of code:

      .post-xxx {
         background-color: #FFFFFF;
        color:#000000;
      }

Replace the xxx after ‘.post-‘ with the previously copied ID class. To change the background color, replace the FFFFFF with a hex color code of your choice. Repeat the same with the 000000 in the third line to customize the text color of that post/page.

7. Hit Publish to save your changes.

How To Add A Video Background In WordPress

Using a video background can be a great way to impress and educate your visitors about your brand. Since most WordPress themes do not have a built-in function to add a video background, we’ll be using the Advanced WordPress Backgrounds plugin for this method.

wordpress-add-plugins

1. Log in to WordPress and click on Plugins > Add New from the left navigation menu.

advanced-wordpress-backgrounds

2. Type ‘Advanced WordPress Backgrounds’ in the search bar. Click Install Now and Activate.

page-edit-wordpress

3. Go to Pages using the left menu and click Edit on the page you want to customize.

block-add-AWB

4. Tap on the + button in the upper left corner and search for the AWB block. Click to add it to your page.

wordpress-video-background-theme

5. In the right navigation bar, switch to Video. (You can also add background images by switching to the Image tab.)

  • Paste a YouTube or Vimeo link under the Video URL text box to apply an online video.
  • To apply a downloaded video, switch to the Self Hosted tab. Select one of the video formats and upload a clip from your computer in the Media Library.
video-parameters-edit

6. Edit the video using the following parameters:

  • Start/End Time
  • Loop and Always Play
  • Background and Overlay Color
  • Mouse and Standard Parallax
  • Spacing
block-layering-wordpress

7. Click on the + button to add more blocks over the video. As you add more content, AWB will automatically adjust the dimensions of the video.

page-update-button

8. Press the Update button in the top right to publish the changes.

FAQs

Here are some answers to common questions about background colors in WordPress!

How do I change the font color in WordPress?

If you’re using the default theme customizer, you can find the option to change font color under Global or General Settings. People who use the Full Site Editor can find this option under Block Settings above the background selector.

How do I change the header background color in WordPress?

To change the header color of your WordPress site, go to Appearance > Customize and click on Additional CSS. Paste the following code snippet and replace XXXXXX with your chosen background color hex code:

        .site-header {
            background-color: #XXXXXX;
        }

How do I change the primary color of my WordPress theme?

Log in to your WordPress dashboard and go to Appearance > Customize. Select Global or Colors from the left menu depending on what theme you’re using. Click on Primary Theme Color or Accent Color and choose a shade using the palette. Hit Publish once you’re done. 

Conclusion

Colors can greatly impact how customers perceive your website or e-commerce store. By choosing a solid background color, you can create a persona that resonates with your target audience and drives growth. 

If you want to make more dramatic customizations to your website, check out our list of the 15 Best Animated WordPress Themes.

Or, if you want to learn more about CSS, read our guide on 3 Simple Ways To Edit CSS In WordPress Without Breaking Your Design.





Source link

Search this site

Reviews

How To Create Digital Products Using AI: Step-by-Step Guide [2025]

10 Best Free Email Marketing Tools For [2025]

17 Free AI Tools That’ll Save Your Marketing Budget And Sanity

How I Built A High-Converting Affiliate Marketing Funnel In 5 Minutes (and You Can Too!)

The AI Tool That Outperforms ChatGPT? DeepSeek AI Review

7-Day Done-For-You Email Sequence To Maximize Conversions

101 Email Marketing & Sales Funnel Statistics To Dominate 2025

Tools I’d Delete Tomorrow If Competitors Found Out

How DeepSeek-R2 Humiliated ChatGPT-5 In My Tests

Instantly Analyze & Optimize For More Conversions!

whit time is iy

Trends

affiliate affiliates agencies buying sites canada news case studies cbd news company news consulting content conversions coronavirus covid-19 crypto news culture economy news event news featured fmtc news general health health news hot topic keywords legal legal news merchant new client outsourcing performance podcast politics ranking real estate remote work retail reviews sales calls sexual abuse startups technology traffic training usa news world news

Sales

What is a Go-to-Market Strategy? GTM Plan Template + Examples

13 Professional Sales Email Signature Examples That Work in 2025

12 Powerful CRMs and Use Cases for a Growing Business

A Comparison With B2B and How to Do Them Right

Does Cold Calling Have a Place in the Future of Sales? Here’s What One Sales Pro Sees Down the Line

Top Entrepreneurship Challenges in 2025 [Data from 200+ Entrepreneurs]

How To Sell Your Business and Make a Successful Exit

What’s the Difference Between Sales and Marketing? A Simple & Easy Primer

My blueprint for what to look for at each stage

Stop sending “just checking in” emails. Here are 22 alternatives for your follow-ups

  • Facebook
  • RSS
  • Twitter

Guides

6 marketing books to read in 2024

Getting help with customer experience transformation: Best of the MarTechBot

Breaking down data silos: A practical guide to integrated marketing data

HubSpot’s November 2023 releases: The manager’s guide

Marketing automation software for small business: How to get started

Google will start phasing out third-party cookies in weeks with new feature

Spotlight on the expert: Greg Krehbiel

3 questions to ask about digital asset management processes

7 ways to end the sales and marketing Catch-22

Master the art of turning data into dollars

Niches

How Jay Clouse Turned a 200-Member Community into 6-Figure Revenue

How Forrest Baumhover Recovered $10K in Monthly Traffic

Kit Review 2024 | Smart Passive Income

OpenAI Paid Reddit $70M. Should You Be Worried?

Paul Thomas’ Secret to Building $145k/Year Subscription Websites

How Shannon Houchin Made $2 Million From Pop-Up Peach Stands

AI Search Engines Are Using Your Content. Who’s Giving Credit?

How Mariah Magazine Built a $120k/Year Business With a Small Audience

How Chris Hutchins Turned a Side Project Into a Thriving Personal Brand

How Rexan Wong Built an App in Just 3 Hours and Got 300k Users

Copyright for all syndicated content belongs to the linked sources.