Home
  • About
  • Contact
  • Presentations
  • WordPress Consulting
  • Advertising
  • For Students
  • Jobs
  • Podcasts Book Reviews

    Archive for styles

    WordPress Tip: Changing the Styles on Your WordPres Blog

    September 16th, 2010 | Comments Off

    You can change the styles on your site easily by using Firebug and the Web Developer Extension. Both of these are extensions for Firefox. Using these two tools, you can find out what styles control the various elements of your site and then make the appropriate changes. I also explain how to add your new or updated styles to the right css file so that … more »


    Styling Category Levels in WordPress (video)

    January 23rd, 2009 | 2 Comments »

    Assigning unique styles to each category level in WordPress requires you to insert the following classes in your stylesheet: Top level: .cat-item a { } Second level: .cat-item ul li a { } Third level: .cat-item ul ul li a { } I created a five-minute video showing how the addition of these category classes to your WordPress stylesheet will change the style of each … more »