Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2007
    Posts
    130
    Plugin Contributions
    0

    Default help with categories

    i have looked everywhere for this so it must not be there or i have gone blind


    can somebody help me, i need to change the colour of the categories.

    on the left hand side they are pink and i need them blue

    www.directpcsupplies.com

    thanks

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

    Default Re: help with categories

    In your stylesheet.css find this and change the color to this:
    Code:
    .leftBoxHeading, .centerBoxHeading {
    	margin: 0em;
    	background-color: #0000ff;
    	padding: 0.5em 0.2em;
    	}

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

    Default Re: help with categories

    Note: this will also change headings in the center from pink to blue.

    If you only want to change the left sidebar headings to blue, separate the two heading declarations:
    PHP Code:
    .leftBoxHeading {
        
    margin0em;
        
    background-color#0000ff;
        
    padding0.5em 0.2em;
        }

    .
    centerBoxHeading {
        
    margin0em;
        
    background-color#xxxxxx; /* <-----leave as is */
        
    padding0.5em 0.2em;
        } 
    This will change all the left headings to blue, not just the categories heading. If you want even more control, there are easy ways to find out what to change. Just ask.
    PS - if it is not headings you want to change but the category names area, that will also be a different declaration to change.
    - OK, looked at your site and it is headings you want....
    Last edited by gjh42; 14 Feb 2007 at 06:22 AM.

 

 

Similar Threads

  1. Help with Category display with sub-categories
    By jonnyh in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 20 Oct 2010, 07:04 AM
  2. Help with categories and sub categories
    By Shiftypow in forum Setting Up Categories, Products, Attributes
    Replies: 22
    Last Post: 28 Sep 2009, 08:47 PM
  3. Help with categories
    By lucianman in forum General Questions
    Replies: 1
    Last Post: 20 Jul 2009, 03:44 PM
  4. Help me with Categories
    By maclancer in forum General Questions
    Replies: 3
    Last Post: 20 Jul 2007, 04:59 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