Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2008
    Posts
    30
    Plugin Contributions
    0

    Default Changing the font

    I would like to change the font and size of the Categories list only. How can i do this?

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Changing the font

    Quote Originally Posted by Antheia View Post
    I would like to change the font and size of the Categories list only. How can i do this?
    includes/ templates/ custom_template/ css/ stylesheet.css

    Find this:
    1. a.category-top
    2. add this to the declaration:
    3. color: #FF0000;
    4. font-size: 1.2em;
    5. Notice if this declaration is grouped with another they will both be controlled with this color
    6. You will half to seperate a.category-top into its own declaration
    Last edited by haredo; 24 Apr 2008 at 05:45 PM.

 

 

Similar Threads

  1. Changing the Font Size
    By autoace in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Sep 2009, 11:11 PM
  2. Changing the a: link font color in the catagories?
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Aug 2008, 05:49 PM
  3. Changing the font color
    By acjceo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Mar 2007, 06:01 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg