How To Change WordPress Background

Ever wanted to change the background on a WordPress website but didn’t know how to do it? No worry, this quick guide will get the background changed:

First, find an image that would work well as a background. This image should not be too busy, but not too boring. There should be interest in the image, and it should have some relevance to the website. Make sure the image is large enough, at least 1200 pixels wide by 1800 pixels tall. You will most likely want .jpg as the image file extension as this is the fastest loading image extension; .png is also an option but can take longer to load.

Next, upload the image in the back-end of WordPress by clicking on the button labeled “Media” on the left hand menu bar. It looks like this:

WordPress Backend Media Button for  Uploading Background Image

Choose the “Add new” button in the top corner. Find the image on your computer and upload it into the site. Grab the extension for the image by clicking on edit and highlighting the entire domain extension for the image and hitting CTRL + C to copy it to the clipboard.

Now go to the “Editor” at the bottom of the list under the tab “Appearance” on the main menu. This will load the stylesheet first. Background image can be added through the editor under appearance WordPress

Inside the stylesheet, locate the HTML selector, it will look like this: html {

Add the following code to the html selector after the curly brace {

html {
background:url(https://nameofyourimage.jpg) ;
}

Make sure to replace the part “http:// nameofyourimage .jpg” with the actual link to the image that we added to our clipboard earlier.

That’s it! Refresh your website and inspect how well the background fits. Make any adjustments in a photo editor and re-upload if it doesn’t fit properly.

Fancy Swirl Pattern Grey White PNG

Have a question about how to fit a background properly?

Fill out a comment on this article:

Avatar photo

Written by: Jophiel Silvestrone

Jophiel Silvestrone has written 326 posts in the Tech Blog.

Jophiel grew up on a ranch in Paradise Valley, Montana near Chico Hot Springs. Working on the ranch instilled work ethic and self motivation. Filled with this drive, Jophiel started mowing the local school's yards twice a month throughout the summers, at the age of 12. He moved to Billings in 2004, where he has been deeply involved in the local business community ever since. A serial entrepreneur, Jophiel has ran multiple businesses in our local community. The first business, a janitorial and carpet cleaning company, founded in 2005, has employed over 50 locals. Moving on to the media industry, Jophiel and several partners founded Green Directory Montana in the spring of 2007. Green Directory's sustainability ranking software awarded points based on sustainable or "green" actions. These points counted towards a business's total "Green Score," which in turn ranked them against other businesses in their category and throughout the entire site. It also featured a limited edition print version distributed annually. A business acquisition allowed Jophiel to focus on new projects, and a few close business colleagues and Jophiel started Rocky Mountain Mr. & Ms. Magazine, a lifestyle publication for men and women in the Magic City. After a year and a half at the helm of RM3 Magazine, the business was purchased. He now runs a web development company SkyPoint Studios and fathers his son Jaoquin, who plays football, basketball, soccer, and is learning snowboarding from his dad. Recently, has expanded to locations in Havasu, Arizona & Vegas. SkyPoint Studios is a market leader in both Billings & Havasu and Jophiel is working on building that same level of market dominance in Vegas. Specialties: Extensive experience in online and offline business. Especially savvy at WordPress, and operate several sites, one example is the blog: skypointwebdesignbillingsmontana.com/tech-blog. Check out skypointwebdesignbillingsmontana.com for the latest projects from SkyPoint Studios.

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.