Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2005
    Location
    New York!!!
    Posts
    164
    Plugin Contributions
    0

    Default Need help in changing font color in the categories box

    Hi, I have been all over this forum and can not seem to find the correct answer on how to change the font color in the categories box. Right now the font is green.

    Website is http://www.trinorthlighting.com/Store

    Any ideas?
    http://www.trinorthlighting.com, http://ledchristmaslighting.com, http://ledneonlight.com

    Those who bring sunshine to the lives of others, cannot keep it from themselves!

  2. #2
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Need help in changing font color in the categories box

    Your stylesheet has this codeblock.
    Change the #008000 to whatever color you want.

    a.category-top (line 436)
    {
    color: #008000;
    text-decoration: none;
    }
    You may want to get FireFox with the web developer's add-on.
    I used it to find the codes above for you!

    Tina

  3. #3
    Join Date
    Aug 2005
    Location
    New York!!!
    Posts
    164
    Plugin Contributions
    0

    Default Re: Need help in changing font color in the categories box

    That has already been changed and does not work.
    http://www.trinorthlighting.com, http://ledchristmaslighting.com, http://ledneonlight.com

    Those who bring sunshine to the lives of others, cannot keep it from themselves!

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

    Default Re: Need help in changing font color in the categories box

    You have too many main stylesheets, and they are fighting among themselves. The best advice is to take anything you need from stylesheet_new.css and stylesheet_original.css, put it in stylesheet.css, and delete the other two.

    Currently, because stylesheet_original is loading last, its version of this declaration is controlling the font color:

    /* categories box parent and child categories */
    A.category-top {
    color: #008000;
    text-decoration: none;
    }

    Either change it there, or get rid of the extra files and change it in stylesheet.css.

  5. #5
    Join Date
    Aug 2005
    Location
    New York!!!
    Posts
    164
    Plugin Contributions
    0

    Default Re: Need help in changing font color in the categories box

    Thank you, that did fix it. I will have to pick through these css stylesheets. Seems like the older sheets were left in there after upgrades.
    http://www.trinorthlighting.com, http://ledchristmaslighting.com, http://ledneonlight.com

    Those who bring sunshine to the lives of others, cannot keep it from themselves!

 

 

Similar Threads

  1. v150 Need help changing font color and size
    By ilovesteppin in forum General Questions
    Replies: 3
    Last Post: 12 Feb 2013, 07:09 PM
  2. need help adjusting Categories box and changing Page 2
    By meandk0610 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Mar 2010, 06:57 PM
  3. Need help with Font Color. Font turned white!!!!
    By miamilures in forum General Questions
    Replies: 1
    Last Post: 15 Oct 2009, 05:04 AM
  4. need help changing the color of the ez pages navagation bar
    By meesh in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Feb 2009, 02:06 AM
  5. Changing Font Color in Information Box & More Information Box
    By scribbles in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2007, 02:54 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