TheLinkMedic has followers.

How to Identify CSS Elements On Any Template Easily | CSS For Bloggers: Part 7

In Part 6, Learn the Anatomy of a Blogger Template I discussed a little about the basics of a standard Blogger template's CSS setup.

It was meant as a visual representation of how a CSS layout looks for beginners and a bit of a quick Thesis cheatsheet.

But what if your Blogger template is radically different or you're on WordPress or any other blog platform?

Today I'm going to show you how to identify the CSS elements on any template using a very handy browser add-on called CSS Viewer

A Simple CSS Property Viewer

I was debating putting this post as a Chrome Extension Must Have but it was originally a FireFox addon. Not only that, it ties in to my last CSS For Blogger's post as well.

CSS Viewer is a simple to use CSS property viewer that allows you to quickly find the name of the element you want to tweak.

If you didn't design the template then this can sometimes be a daunting task of viewing the source code and getting creative.

I can give one little tip to do this manually, if you're trying to find the name of the element on the page find some text by it or a image file name. From there when you're viewing the source code just search for that text and it will fall into that box or class.

But with CSS Viewer all you have to do is hover your mouse over the template itself to attain the property names of what you're looking for in no time.

From there it will show you all of it's parameters, it's also good for "stealing" the CSS Style if you wish.

So if you see a font you particularly like while on a website just use the add-on and hover over to see what font it is, it's just that easy.

CSSViewer :: Add-ons for Firefox
CSSViewer - Google Chrome extension gallery

Get Full Updates
Subscribe to our RSS Feed with full posts via Feedburner

1 comments:

Richard said...

If people want a more complicated CSS viewer, then Firebug is probably a better add-on, as it allows you to also edit the CSS and see how it looks without changing your code permanently.

Post a Comment

Related Posts Plugin for WordPress, Blogger...