If you're like me you will want to change the appearance of every single facet of your blog's template.
Today I'm going to be showing you how to identify the CSS elements of your theme.
Once you figure out the CSS selector of the section you want to manipulate you can then later edit the CSS for it. Half the trouble is figuring out the names of the different elements in order to do that in the first place. Think of this is a Blogger CSS Element Cheat Sheet.The Main Components
The template we're looking at today is Thesis it is a great SEO ready theme for Blogger and WordPress and will serve as a good example.
I've highlighted the areas so you can see the elements visually with the property name in red.
The Post Element
Let's delve a bit further and look at the post entry element inside of the main wrapper section.
This is how your posts on Blogger will most likely be set up.
.post-title entry-title - Want to make some changes to your post titles? This is where it's at.They contain small text usually data information, in this case the post date and comments etc. You can actually add another line if you wanted to put another small element under these like social media buttons is a good idea.
I will be breaking this footer down even more in the next section so you make even more selective changes.
Knowing them though is especially handy if you would want to say, make your comments number a bit larger or change the individual colors/fonts of any one thing.
A Breif Look at the Sidebar
The same goes for the H2 which could be found on other parts of the theme, always be sure to fully preview your change before making it live. Using a test account with your current template loaded to it is a great way to experiment with template design tweaking.
- How CSS Can Help Improve Your Blog and Tag Selectors
- Learn About Class and ID Selectors
- How to Create Simple Box Content Using CSS
- How to Align Images in Blog Posts Using Float
- Create Attractive CSS Text Effects
- Learn The Anatomy Of A Blogger Template
- How To Identify CSS Elements On Any Template Easily











2 comments:
Great post. I've been working with Thesis for a few months now, starting with only a basic understanding of CSS. I'm getting better, but posts like this will be of great help to me. Thanks!
Hi Jodi,
Thanks for stopping by and commenting, Thesis is pretty amazing for a blogger template. Glad I was able to help!
Post a Comment