Results 1 to 3 of 3
  1. #1

    Default Changing the colours of centre box headings

    Hi

    I need to change the colours of the centre box headings; featured, new, specials etc, so they are all different colours?

    I'm using v1.3.7.

    Any ideas?

    Cal
    That Thou Art

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Changing the colours of centre box headings

    In your stylesheet look for

    Code:
    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    	margin: 0em;
    	background-color: #abbbd3;
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	}
    You can split those up into

    Code:
    .leftBoxHeading {
    	margin: 0em;
    	background-color: #abbbd3;
    	color: #ffffff; (white)
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	}
    
    .centerBoxHeading {
    	margin: 0em;
    	background-color: #abbbd3;
    	color: #ff0000; (red)
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	}
    
    .rightBoxHeading {
    	margin: 0em;
    	background-color: #abbbd3;
    	color: #c0c0c0; (grey)
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	}
    Change the lines in blue to whatever suits your site. Add the lines in red with the appropriate color codes. I'm not sure how you'd get different colors for the "Featured Products" and "New Products", tho.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3

    Default Re: Changing the colours of centre box headings

    Thanks Afo

    What I really need to know is how to make them all different colours though :).

    Anyone got any other ideas?

    Cheers

    Cal
    That Thou Art

 

 

Similar Threads

  1. Changing Side Box header colours
    By garwak in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Feb 2011, 09:48 PM
  2. Changing centre Box to be wider! V1.3.8
    By Tiigaan in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 17 Jan 2009, 05:37 PM
  3. Replies: 3
    Last Post: 23 Mar 2008, 07:58 AM
  4. Changing the headings
    By erichmond in forum General Questions
    Replies: 0
    Last Post: 7 Jul 2006, 11:05 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