On my last post, I entered the scary and so-called dangerous “Editor” and familiarized the readers with changing the look of the body of their blog. Here in this post, I will concentrate on changing the sidebar look and adding a piece of code that will give you full control of your widget fonts. By the time you finish reading this post, you should have sufficient information to successfully edit the look of your Blog. So let’s go back to the editor and take a good look at the sidebar and the widget code we have to add:
Copy this Code:
.widgettitle {
font-size: pt;
font-family: ‘Comic Sans MS’, Book Antigua;
font-weight: strong;
color: #;
border-bottom: 3px solid #000000;
padding: 0 0 5px 3px;}
Once you copy this simple code into the Stlyessheet (style.css), then you can edit and change three dynamics of the widget titles, 1. Type of Font (Font Family, I have chosen Comic Sans MS in this code), 2. Choose either Strong which equals Bold or leave blank which is Normal. 3. Change the color of the Fonts. All the titles of your widgets will change at once! Notice that I have “Book Antigua” also? That doesn’t mean anything, the Font will only adjust to the one in the ‘ The Single Parenthesis ‘ so if you place the single parenthesis on either side of Book Antigua then Comic Sans MS will not work. Play with it, don’t get scared.
Changing the Link Fonts (Color and Hover):
To Change the color of the background of your Header:










Comments
There are no comments on this entry.