Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jun 2006
    Posts
    49
    Plugin Contributions
    0

    Default category tab navagation issues

    hello,

    I am trying to change the font color in the light-green bar directly below the header. There are three categories: Gift Items, Gift Packages, and Gourmet Foods, but the font is to dark in the light green background.

    http://www.atouchofmississippi.com/store/


    please help

    -thanks

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: category tab navagation issues

    The ID is #navCatTabs and the class is .category-top, you need to change the color in the stylesheet.

  3. #3
    Join Date
    Jun 2006
    Posts
    49
    Plugin Contributions
    0

    Default Re: category tab navagation issues

    -thanks Kim

    yeah I have been looking all over for category-top and Apparantly I am overlooking it. does anyone know which styleshhet it is in? ...and possibly what line it is on.

    Thanks

  4. #4
    Join Date
    Jun 2006
    Posts
    49
    Plugin Contributions
    0

    Default Re: category tab navagation issues

    i found the category-top in the original stylesheet,:

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

    but that color is not in use in this region and I still cannot change the font color from dark gray.....I have been working on this one thing for hours and still no luck....if anyone can help that would be great!!

    -thanks

  5. #5
    Join Date
    Dec 2005
    Posts
    60
    Plugin Contributions
    0

    Default Re: category tab navagation issues

    stylesheet_new.css

    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #XXXXXX;
    	font-weight: bold;
    	color: #ffffff;
    	height: 1%;
    	width: 100%;
    }
    Change the X's to your color number.

  6. #6
    Join Date
    Jun 2006
    Posts
    49
    Plugin Contributions
    0

    Default Re: category tab navagation issues

    thanks for the reply

    I am actually trying to change the font color not the background color.

    I already changed the background to a light green.

    I need to change the font from dark gray to white so it is legible.

    please help!!

    -thanks

  7. #7
    Join Date
    Dec 2005
    Posts
    60
    Plugin Contributions
    0

    Default Re: category tab navagation issues

    stylesheet_new.css

    Code:
    #navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    	text-decoration: none;
    	padding: 0em 0.5em;
    	margin: 0;
    	color: #XXXXXX;
    }
    Replace the X's with your color.

 

 

Similar Threads

  1. v151 Category Tab Layout Question
    By sle39lvr in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Oct 2013, 01:37 AM
  2. Hide single category tab
    By Nick1973 in forum Setting Up Categories, Products, Attributes
    Replies: 13
    Last Post: 14 Aug 2013, 06:58 PM
  3. v150 product category in table tab
    By catwing in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Feb 2012, 02:19 PM
  4. category tab font color issues
    By futilemonk in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Feb 2011, 06:31 PM
  5. category tab contributions?
    By deemurphy in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 7 Apr 2010, 02:33 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