Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2007
    Posts
    11
    Plugin Contributions
    0

    help question Changing the font color

    Hello Every one,

    I am having problems trying to change the font color under the Categories it is still green. I looked in the css file and was able to change every thing but that. Where is it at or mabe i dont no what to look for. I will thank any one who can help me .


    thanks

    From a newbie



  2. #2
    Join Date
    Mar 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: Changing the font color

    what template are you using?
    by default, all the links are handled with

    a:link, #navEZPagesTOC ul li a {
    color: #3300FF;
    text-decoration: none;
    }

    a:visited {
    color: #3300FF;
    text-decoration: none;
    }

    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #FF0000;
    }

    a:active {
    color: #0000FF;
    }

    in stylesheet.css

    If your using some other template, it may be called something else ie. they may have broken those links out from the general link logic.

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Changing the font color

    This sounds like the Classic template. The category links are controlled by a couple of specialized tags.
    In the /classic/ stylesheet:
    PHP Code:
    /* categories box parent and child categories */
    A.category-topA.category-top:visited {
        
    color#008000;
        
    text-decorationnone;
        }
    A.category-linksA.category-links:visited {
        
    color#004080;
        
    text-decorationnone;
        }
    A.category-subsA.category-productsA.category-subs:visitedA.category-products:visited {
        
    color#FF0000;
        
    text-decorationnone;
        }
    SPAN.category-subs-parent {
        
    font-weightbold;
        }
    SPAN.category-subs-selected {
        
    font-weightbold;
        }
    /* end categories box links */ 

 

 

Similar Threads

  1. Changing the font style and color
    By Resqjock in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 4 Sep 2008, 07:37 AM
  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 special price font color
    By katylouise in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 May 2007, 03:02 AM
  4. Changing the Sidebox Header Font Color (again)!!
    By FooMan in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 16 May 2007, 11:02 PM

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