Change blogger background color: How to change background color of a blogger template?
By blog
All the default blogspot templates are not very nice to look. Most people do not like to use the default template. They spent many hours to change them. Moreover, there are many websites which provide several tutorials. But who knows, which tutorials are the best to change the color? I don't know. I have several blogs and many people ask there how to change those. I only reply them through mail. Because, my blogs contents are not related to blog tutorial or blog customization related. Today, I decided that I will write all the tutorials which will be helpful to all both for the beginners or the experts. In this page, I want to describe the process to change the background color of your blogspot template. You do not need deep knowledge of template. You just read this page and I am sure that you are able to change the background color of your blogspot template easily.
Note: This tutorial is made based on Minima template. The process of changing color of background is similar for any of the blog template. Just for simplifying the tutorial, I use Minima template as standard template because if you understand this templates' modification process then you must be able to modify your own blogs template background color. So, if you use other templates, do not worry. The process of changing the background color is the same.
To change the code, you must have to access template code part. After accessing the template code part, you will find all the things which are needed to change. To learn, how to access template code, you may visit: Blogspot template code: How to find and edit blogspot template code?
Actual code for your background color
If you look the actual code of your template then you see there is a line background: $bgColor;. This line is actually represented for the background color. See there is a field $bgColor which is responsible for defining color. You may choose any color value here. So, the actual code segment for background color looks like the following.
body{
background: $bgColor;
margin: 0;
padding: 0px;
font: x-small Verdana, Arial;
text-align: center;
color: $textColor;
font-size: small;
font-size: small;
}Look, the second line of the above code. It's the actual line which define the color of your template color.
Change the color of your blog template
Now, we want to change color of our Minima template. Let we want to change the background color to the right hand side rectangle color. To change any color, we have to replace $bgColor field to any color value. For color value of the right-hand side rectangle is #FFCCFF. Now change the code with that value. After changing the color value the code will look like the following:
body{
background: #FFCCFF;
margin: 0;
padding: 0px;
font: x-small Verdana, Arial;
text-align: center;
color: $textColor;
font-size:small;
font-size: small;
}Look the above code's second line. We just change the second line of the code. After changing that line, your template background color will be changed.
Note:
You may choose any color. To see the color value of several color, you may visit the following link:
Live View
After changing the template code with the above mentioned code segment, the blog's outlook must be changed. To see the above codes result, you may follow the following like:
One thing you will notice that after changing the color value, your whole blog i.e. the background, posts area and sidebars turn to the same color. Do you know the reason? The reason is that the default Minima template has only one definition for background property. So, if you change only it, the whole things (background, comments, posts area, sidebars etc.) turns to the same color. You can also change different colors for others also. In the next post, I will explain how to change the posts area with another color than background.
Comments
nice.. it helped me a lot
background can be changed body{
background: #FFCCFF;
Just you want to change #ffccff to some other color code..
Thanks. Now I need to know if I can work offline on my blog and be able to view my changes without going online. Is there a way to do that?
Thanks
how do i change the background color dynamically for a blogger template?
pls how do this comment box ???
how do you have?
Totally I found the best things in changing background colors. I tried it and 100% works. Thank you for this informative article.
PRC
Totally I found the best things in changing background colors. I tried it and 100% works. Thank you for this informative article.
PRC
blog's Recent Pages
- Hover Peek-a-boo Blogger Navbar: How to Hide Blogger Navbar and Make It Visible When You Place the Mouse Cursor on It?
The Blogger Navbar appears by default at the top of every Blogger-powered blog. - 2 years ago
- Remove or Hide the Blogger Navbar: How to Remove or Hide Blogger Navbar?
The Blogger Navbar appears by default at the top of every Blogger-powered blog. - 2 years ago
- Change the Color of Blogger Navbar: How to Change the Color of Blogger Navbar?
The Blogger Navbar appears by default at the top of every Blogger-powered blog. - 2 years ago
- Blogger Navbar: What Is Blogger Navbar And It's Advantages and Disadvantages
Blogger Navbar appears at the top of every blogger by default. - 2 years ago
- Adding "Top of Page" Icon Link: How to Add "Top of Page" Icon Link on Your Blog or Website
Many of the websites or blogs posts have a small text or image floating at the bottom-right or bottom-left or bottom-center. - 2 years ago
- Adding "Top of Page" Text Link: How to Add "Top of Page" Text Link on Your Blog or Website
Many of the websites or blogs posts have a small text or image floating at the bottom-right or bottom-left or bottom-center. - 2 years ago
- Adding Signature to Blogger Posts: How to Add a Signature under Your Blogger Posts?
You can easily add your own custom signature to your blogger posts. - 2 years ago
- Blogger Falling Rectangles : How to Add Falling Rectangles to Blogger?
You can add falling objects like small rectangles, circles, stars etc. - 2 years ago
rancidTaste's Recent Pages
- Drawing a line: How to draw a line using HTML 5?
HTML5 canvas API provides basics tools and great supports to draw and style different types of sub paths including lines, arcs, Quadratic curves, and Bezier curves, as well as a means for creating paths by connecting sub paths. - 15 hours ago
- SEO Pages
SEO, Search Engine Optimization and Keywords - these common three terms are the brainstorming terms for any content publisher, seo company, seo service provider, seo researcher, seo firm, seo consultant, seo professional or other seo lover. - 3 months ago
- WordPress.org vs. WordPress.com: An explained comparison between WordPress.org an WordPress.com
WordPress is a common name but do you know that there are two things: WordPress. - 3 months ago
- Creating database from cpanel: How to create a database from cpanel hosting?
A step by step full tutorial to create a database from cpanel hosting account for any dynamic website. - 3 months ago
- Natural Join in Database: Retrieving records from more than one table with Natural Joins
Natural Join is one of the sql joining. - 3 months ago
- Explanation of SQL Join: Obtaining data from multiple tables using Join
Explanation of SQL Join: Obtaining data from multiple tables using Join. - 3 months ago
- How to solve "CreateFile error 32 when trying set file time" Error During Oracle Installation
Solution of the Oracle installation problem on Windows 7 / Windows XP during Oracle installation start-up. - 3 months ago
- A Brief Explanation of SQL Statements and Classification
Any type of database is based on several statements. - 3 months ago



Mohd Salman Baig 2 years ago
Awesome post but I need info on how to change the background color of posts.
I want only the posts background to be changed not the gadgets that I add below posts
Plz help
Salman
www.tips4blogging.co.cc