Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2006
    Posts
    100
    Plugin Contributions
    0

    Default Categories Sidebox Font Color

    Where do i change the color fonts in categories sidebox? I have changed the font color in stylesheet.php and it changed the font color on everything but it doesn't do any effect on the categories sidebox's font.

    I am using classic template.

  2. #2
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: Categories Sidebox Font Color

    Posting a link to your site will help track down the solution.
    Do you have Firefox with the web developer and Firebug add ons? If not, get them...they help tremendously.

  3. #3
    Join Date
    Aug 2006
    Posts
    100
    Plugin Contributions
    0

    Default Re: Categories Sidebox Font Color


  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Categories Sidebox Font Color

    Towards the bottom of your stylesheet find and adjust these:
    Code:
    /* categories box parent and child categories */
    A.category-top, A.category-top:visited {
    	color: #008000;
    	text-decoration: none;
    	}
    A.category-links, A.category-links:visited {
    	color: #004080;
    	text-decoration: none;
    	}
    A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
    	color: #FF0000;
    	text-decoration: none;
    	}
    SPAN.category-subs-parent {
    	font-weight: bold;
    	}
    SPAN.category-subs-selected {
    	font-weight: bold;
    	}
    /* end categories box links */

  5. #5
    Join Date
    Aug 2006
    Posts
    100
    Plugin Contributions
    0

    Default Re: Categories Sidebox Font Color

    Thanks much!

  6. #6
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Categories Sidebox Font Color

    Kobra,
    This fix worked for IE but not FF....I am only trying to change the .catagory-link for manufacturers
    Thanks!

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Categories Sidebox Font Color

    helpme,

    If this is for the "Manufacturers" link at the bottom in the category side box then this is the code you need to find and adjust:
    Code:
    a.category-links, a.category-links:visited {
    	color: #ed8082;
    	text-decoration: none;
    	font-size: 10pt;
    	font-weight: bold;
    	}

  8. #8
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Categories Sidebox Font Color

    Right, I added that code and it fixed the font weight and color in IE but in FF it is still not "pink" like the catagories and I want it bold font.

  9. #9
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Categories Sidebox Font Color

    It looks right in FF and responds to your statements as expected??

    Try clearing your FF cache

 

 

Similar Threads

  1. Sidebox header font color
    By hrsteel in forum Customization from the Admin
    Replies: 3
    Last Post: 21 May 2010, 08:09 AM
  2. Sidebox Font Color
    By perkiekat in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 3 Dec 2009, 11:31 PM
  3. Category Sidebox -- Change Font Color on hover
    By johnd in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 20 Aug 2008, 10:41 PM
  4. Font hover color in cart sidebox
    By onisama in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 11 Jul 2006, 04:06 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