Results 1 to 9 of 9
  1. #1
    Join Date
    Oct 2009
    Posts
    15
    Plugin Contributions
    0

    help question How do I change the colour???

    I want to change the colour of the bars and the text that say "New Products for XXXXX" and the same goes for "Product Image"-"Item Name"-"Price", can someone tell me which files i need to edit and where to find them please. Thanks for your help.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,873
    Plugin Contributions
    96

    Default Re: How do I change the colour???

    If you're using FireFox as your browser, you need to install FireBug add-on. That will let you inspect your HTML and associated CSS to see what's up. If you're using IE8, it comes (at this point, I think) with a web-developer toolbar that comes up if you press F12.

    With those in your pocket, you'll then need to become familiar with your admin's Tools->Developer Toolkit which allows you to search for terms that you've found in your HTML to locate the file (or files) that define them.

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

    Default Re: How do I change the colour???

    Colors are changed in the stylesheet (css). The web developer add on for FireFox is helpful with that.
    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

  4. #4
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    541
    Plugin Contributions
    0

    Default Re: How do I change the colour???

    Quote Originally Posted by afo View Post
    Colors are changed in the stylesheet (css). The web developer add on for FireFox is helpful with that.
    Agreed. Besides these helpful tools, a text editor is required for this task.

  5. #5
    Join Date
    Oct 2009
    Posts
    15
    Plugin Contributions
    0

    help question Re: How do I change the colour???

    Thanks guys,
    I can find the text relating to what i need to change but cant find what relates to the actual "bar" or its colours.

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

    Default Re: How do I change the colour???

    I assume you don't have Firefox and either Firebug or web developer because I used web developer to find it. Since you didn't post a link to your site, I'm basing this on the template_default stylesheet.

    In your style sheet look for

    Code:
    .leftBoxHeading, .centerBoxHeading {
    	margin: 0em;
    	background-color: #FF6699;
    	padding: 0.5em 0.2em;
    	}
    If you don't want to change the left box heading as well as the part you want to change, separate them like this

    Code:
    .leftBoxHeading {
    	margin: 0em;
    	background-color: #FF6699;
    	padding: 0.5em 0.2em;
    	}
    
     .centerBoxHeading {
    	margin: 0em;
    	background-color: #000000;
    	padding: 0.5em 0.2em;
    	}
    000000 will give you a black bar. Change it to any color you want.
    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

  7. #7
    Join Date
    Jun 2009
    Location
    Des Moines, Iowa USA
    Posts
    609
    Plugin Contributions
    0

    Default Re: How do I change the colour???

    I have firebug and find it difficult to use(or maybe I just have not gotten the hang of it yet) I need to change to color of my links in the header and the sideboxes.

    Alos with in the product listing I need to strong the font for my manfuactures..

    What am i missing I have looked for hours.

    www.stitchnframeonline....com

  8. #8
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How do I change the colour???

    Links in header (navMain):

    #navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    text-decoration: none;
    padding: 0em 0.5em;
    margin: 0;
    color: #dbefdb;
    white-space: nowrap;
    }

    Sidebox headings -

    h3.leftBoxHeading, h3.leftBoxHeading a,
    h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size: 1em;
    color: #dbefdb;
    }

    I find the Web Developer plugin to be easier to use than Firebug.

  9. #9
    Join Date
    Sep 2008
    Location
    Toronto, Ontario, Canada
    Posts
    469
    Plugin Contributions
    0

    Default Re: How do I change the colour???

    Look for my CSS post too - I've explained a lot there and it's also helpful to new people who know nothing about coding.

    http://www.zen-cart.com/forum/showthread.php?t=134437
    Last edited by janissaire; 7 Jan 2010 at 06:47 PM. Reason: added in link to help

 

 

Similar Threads

  1. v151 How do I change the font colour for the text on contact us page ect
    By arthena in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Nov 2013, 06:02 PM
  2. how can i change the green colour?
    By bruce willis in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Oct 2008, 03:55 AM
  3. How do I change the bg colour behind the tagline?
    By hauruapai in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 10 Sep 2007, 02:01 PM
  4. How do i change the colour of sideboxes
    By ritchie111 in forum Basic Configuration
    Replies: 0
    Last Post: 29 Jun 2006, 07:03 PM
  5. How change the background colour?
    By canadianwebstar in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 24 Jun 2006, 01:45 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