Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jan 2011
    Posts
    8
    Plugin Contributions
    0

    Default Header text colour

    Hello,

    Well on with our new shop using Zen-cart. Here is out shop:
    http://www.ephotozine.com/newshop/

    My question, how do you change the colour of the text in the header, e.g. the home and log-in buttons.

    Many Thanks

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

    Default Re: Header text colour

    In your stylesheet:

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


    Install the Firefox browser and the Web Developer plugin for Firefox. You can use those to see where in the stylesheet you change the styling of the various page elements.

    Ctrl-Shift-Y will allow you to hover over a section of the page and see the class and id names for that section in the box at the top. The statements in the stylesheet that begin with # are id's and the ones that begin with dots are classes.

    Ctrl-Shift-E will open the CSS editor and allow you to edit the stylesheet and see the changes in real time without changing anything permanently. An essential tool.

    Some prefer Firebug, which does much the same thing.

  3. #3
    Join Date
    Jan 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Header text colour

    That's sorted it, thanks.

 

 

Similar Threads

  1. Changing text colour in centrebox & Define Pages Editor problem with text
    By annav in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Oct 2010, 10:55 AM
  2. Changing text colour
    By jhbs in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Feb 2009, 04:05 AM
  3. Colour of text in New products for header
    By helshop in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 27 Apr 2007, 09:14 AM
  4. Header Bar Text Colour Change
    By rkharris in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 21 Dec 2006, 10:31 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