Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2006
    Posts
    10
    Plugin Contributions
    0

    Default Product Listing Dividers

    Hi,

    I have a shop installed, when the products are displayed on the main page, each category is divided by a table heading bar of some sort, i would like to change the background coulor of this, for i cannot find out where it is, any tips would be much appreciated.

    Regards,

    Ian
    Regards,

    Ian Murray

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

    Default Re: Product Listing Dividers

    Try posting a url to the page in question....as there are several variants to what and how the pages are constructed and thereby display.

  3. #3
    Join Date
    Oct 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: Product Listing Dividers

    Hi,

    the url in question is http://www.solarchart.co.uk

    the problem is the divider bar that goes accros the main page ,.e new products for october.

    this is the colour i would like to change.

    any help welcome
    Regards,

    Ian Murray

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

    Default Re: Product Listing Dividers

    In your css file find this code and adjust the color to what you want:
    Code:
    .leftBoxHeading, .centerBoxHeading {
    	margin: 0em;
    	background-color: #990000;
    	padding: 0.5em 0.2em;
    	}
    and if you want to style individually separate the 2 items as such and adjust individually:
    Code:
    .leftBoxHeading {
    	margin: 0em;
    	background-color: #990000;
    	padding: 0.5em 0.2em;
    	}
    
    .centerBoxHeading {
    	margin: 0em;
    	background-color: #000000;
    	padding: 0.5em 0.2em;
    	}
    Do this in the css located in your template folder "solarchart"

  5. #5
    Join Date
    Oct 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: Product Listing Dividers

    Thanks Kobra, for your speedy reply, your response has solved my problem, again many thanks.
    Regards,

    Ian Murray

 

 

Similar Threads

  1. Customising background gradient on section dividers
    By snowy2008 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 31 May 2008, 10:58 PM
  2. Categories menu (product dividers)
    By Rebelwax in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Dec 2006, 05:36 PM
  3. dividers / spacers in catagory listing??
    By bloukline in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 20 Nov 2006, 01:24 AM
  4. Help Needed-Dividers in Categories Box
    By John-E in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Sep 2006, 07:41 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