Disclosure: We are a professional review site that receives compensation from the companies whose products we review. We test each product thoroughly and give high marks to only the very best. We are independently owned and the opinions expressed here are our own.
The one thing I found I do most often with WordPress once I have it setup, configured, and the site is running smoothly is, customizing the look of the theme to give it a more unique look to the site. One of the easiest ways to change up the look is to use plugins, but they can’t and won’t do everything you may want them to do to your site. The best way to customize your theme is to modify the CSS file of your theme. Its usually called style.css. By modifying the style.css file, you can completely change the look of the site.
But the downside to modifying the CSS file is that when the designer updates the theme and you choose to update your theme because the designer says to, you might loose all your modifications to the CSS. So to avoid this issue, use a theme that is a child theme or create a child theme and make your modifications there. This way, your changes will not be over written. I have never created a child theme, but I will figure this out and write up a tutorial or share an article with you.
How to Customize a WordPress Theme with Firebug
When you are first starting out, modifying a CSS file can be a little intimidating. There is so much code to deal with and its even harder to figure out what each element does and where to find it in the code. I found that the easiest way to do this is to use Firebug For Firefox. Actually, Firebug is the preferred way of debugging and testing code for WordPress by designers. Image Source: Flickr – Gendarme
Things you can Do with Firebug
- You can change background color
- You can change the fonts
- You can change the link colors
- You can adjust the spacing
- But that isn’t all Firebug can do. You have to see it in action to believe how valuable it is.
I was originally going to write a tutorial on how to customize your theme using Firebug, but Siobhan McKeown beat me to it and wrote up a helpful article on WPMU. I may still do one, but right now, this tutorial is the best to follow. Image Source: Firebug
Final Thoughts
Whenever I am working on a new web project, I always use Firebug as a way to debug, edit, and to figure out what a certain line of code is doing. Then if I wanted to fix the issue on the fly, I can Firebug to do it. Its a great tool to have in your design tool bar.
Leave a Reply