Things You'll Need:
- The browser's View Source menu
-
Step 1
Sign in to Blogger.
-
Step 2
From the Blogger Dashboard, select the Template link for your blog.
-
Step 3
Locate the CSS in the Blogger template. The CSS rules are in the head section of the document. Look for the CSS rule that controls the appearance of the element you want to customize. Sometime it is obvious which CSS rule controls the appearance of the item. In that case, change the CSS rule. Save the template and republish the blog.
Other times you want to change something and it isn't so obvious which rule controls it. If that's the case, follow the steps in the next section. -
Step 1
View the blog in a browser as readers would see it.
-
Step 2
Find View Source in the browser menu. This is most often under the View menu item. It may say "View Source" or "Page Source."
-
Step 3
Find the element you want to style in view sourceSearch through the page source for the part of your blog's appearance you want to change. For example, suppose you want to change the appearance of the post titles. You noticed a class in the CSS called .post-title, but it doesn't have all the rules you want to change. Looking through the page source, you see the HTML shown in the image.
Aha! The post title is also controlled by rules for the h3 element. -
Step 4
Use what you learned from View Source to find the appropriate rule in the Blogger template. In this example, customization to both the .post-title and h3 rules get results.
-
Step 5
When customization is complete, save the template and republish the blog.













