Change Background Color of New Blogger Sidebar

Ganda Bacha | August 08, 2009 | 0 comments


A blogger commented that he could not find the sidebar color code in the template to change the background color of the sidebar. The CSS (Cascading Style Sheet) of every template is written different and if something is missing, all you need to do is to add the relevant missing part in.

For example, in the standard Blogger Scribe template, this is the section in the CSS (Cascading Style Sheet) for the sidebar:

#sidebar {
width:150px;
float:left;
padding:8px 0;
margin:0;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

There is nothing mentioned about background. So what I did was to add a single line

background: #FFFFFF;

(#FFFFFF is the hexadecimal color code for white) to that section, so that it became:

#sidebar {
width:150px;
float:left;
padding:8px 0;
margin:0;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
background: #FFFFFF;
}

You can see the result at Standard Blogger Scribe Template.

BTW, instead of using hexadecimal color codes like #FFFFFF, you can also use most names of colors like red, blue, white, etc. If you want to blend the color to the colors of the site, try typing the search term "colorpic" or "iconico colorpic" into the search box above, tick ( ) Web radio button and search, and I am sure you would see the link as the first result in the SERP (search engine result page) to download a very useful tool I use to get the color code of colors on any website. (I don't want to put too many outbound links as I understand outbound links can lower your PageRank).

I also find
Color Blender very useful if I want some "in-between" color or colors. If anyone is interested on how to use that site properly, just make a comment and I will do a new post on how to use it.

Hope you like this post of ours, to read more post of similar and many more on blogging, enter your email and subscribe with us to recieve updates of this blog via email or subscribe to as a reader.

Category :

About Author Ganda Bacha :
I am a Graphic Designer, Founder of Caresofts I am Web Developer And Graphic Designer, SEO Expert, Web Designer, Programmer, Software Engineer also Expert in CSS and HTML, PHP, jQuery, SEO, Java, Photoshop, After Effects, Dreamweaver, Flash, Acrobat, Illustrator, Premiere Pro, CorelDRAW, Visual Basic, C++, ASP.Net, Microsoft Access, Excel, WORD, Publisher, SQL, Windows Embedded, AutoCAD, 3D Studio MAX, Game Development, Windows Movie Maker, Maya, Urdu Inpage, FreeHAND MX You Can Find me on Google+1 , Twitter and Facebook . See More..... just vist my Website Regularly!

0 comments

Click to go to top Click to comment