StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 04-09-2009, 01:34 PM
adew adew is offline
Community Moderator
 
Join Date: Oct 2008
Location: Genève, Suisse
Posts: 14,270
Default Re: Categories - Changing fonts/colors

You have to add new styles, eg like this to change the colour of the text for cat 2:
Code:
#subnav li.cat-item-2 a, #subnav li.cat-item-2 a:link, #subnav li.cat-item-2 a:visited  {
color: #111111;
}
and
Code:
#subnav li.cat-item-2 a:hover, #subnav li.cat-item-2 a:active  {
color: #FF0000;
}
(Put these at the bottom of the Subnav section of style.css, so that you can find them again.)
Obviously, you can add these as you need to style the individual cat items. You can also style other aspects by adding other properties to the new style definitions, eg background etc.
__________________
Ade
Themessence - Studiograsshopper

WordPress plugins: Dynamic Content Gallery | Reveal Page Templates | Custom Taxonomies Menu Widget

Check out the Genesis and Child Theme tutorials before posting your question - and please provide YOUR URL!
Make Andrea happy - read her Firebug tutorial and save yourself loads of time and effort.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing and working with FONTS eatsnax General Discussion 2 04-16-2009 01:12 PM
Changing fonts/style teyonas General Discussion 3 03-05-2009 05:59 PM


All times are GMT -5. The time now is 01:41 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.