Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2008
    Posts
    9
    Plugin Contributions
    0

    Default Unable to change the the colour of the top of my template.

    Hi there, i have a problem with not being able to change the colour of the top of my website template. I have changed the rest to a dark red but the top remains a blue colour.

    Please could someone tell me which line of code i need to change.

    My website is webstores2go.co.uk

  2. #2
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: Unable to change the the colour of the top of my template.

    Look in your stylesheet and find:

    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(file:///C|/Users/James/Documents/public_html/includes/templates/classic/images/tile_back.gif);
    padding: 0.5em 0.2em;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    }

    Change to the red color that matches you rest of your site

    background-color: #990000;

    You have some incorrect background-image: url as you can see above it is calling for a file on your local machine.

    background-image: url(file:///C|/Users/James/Documents/public_html/includes/templates/classic/images/tile_back.gif);

  3. #3
    Join Date
    Aug 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Unable to change the the colour of the top of my template.

    Thank you very much bobdog

 

 

Similar Threads

  1. How to change links at the top of the page & in the footer
    By sc436 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 31 Jan 2011, 08:47 PM
  2. change the surfshop template colour
    By maxy007 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Jan 2011, 09:59 PM
  3. how do I remove the zencart banner in the top left of the classic template?
    By zc-newbie in forum Templates, Stylesheets, Page Layout
    Replies: 31
    Last Post: 25 May 2010, 03:27 PM
  4. change the 'Sort By' drop down menu that appears at the top of the product list page?
    By autoace in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 26 Sep 2009, 03:41 AM
  5. Where would I look to change the name that shows at the top of the Browser?
    By ScootaMan in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Nov 2007, 02:31 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