Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    May 2008
    Posts
    32
    Plugin Contributions
    0

    Default Font size & colour - header links

    Hi,

    I want to change the font size and colour of the category links that automatically appear in the header.

    Can someone let me know where I can do this?

    Thanks

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Font size & colour - header links

    Quote Originally Posted by flatlander View Post
    Hi,

    I want to change the font size and colour of the category links that automatically appear in the header.

    Can someone let me know where I can do this?

    Thanks
    Fl,
    Did you take a look above on this page on the Tutorials/Faq and search for the question.

    You will find the answer in your stylesheet.css

    1. #navMain


    A helpful tool is downloading the browser Moxilla firefox with the add on called Web Developer and Firebug

    1. A killer tools to quick find the declarations in the stylesheet make changes then upload to your site

  3. #3
    Join Date
    May 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: Font size & colour - header links

    Thanks, I'll check those tutorials. I did search forum but forgot to look there, though I"ve been on FAQ a few times and not noticed something on this.

    Will have a look again though.

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Font size & colour - header links

    Quote Originally Posted by flatlander View Post
    Thanks, I'll check those tutorials. I did search forum but forgot to look there, though I"ve been on FAQ a few times and not noticed something on this.

    Will have a look again though.
    Fl,
    If you need any future assistance just post back.
    You need to edit your_template/ stylesheet.css

    Look for:
    #navMain ul {font-size: ?}

    #navMain ul li a {color: ?}


    1. just change the ? to as needed
    2. notice the #navMain ul li a, has other declaration associated with her, you will half to delete her and add below a seperate declaration to control the color so that all do not change...

  5. #5
    Join Date
    May 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: Font size & colour - header links

    I tried to find the above, but only found this which doesn't appear to refer to font size or colour:

    #navMain ul, #navSupp ul, #navCatTabs ul {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    text-align: center;
    line-height: 1.5em;
    }

    #navMain ul li, #navSupp ul li, #navCatTabs ul li {
    display: inline;
    }

    #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;
    Am I at the right place?

    Thanks

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Font size & colour - header links

    Quote Originally Posted by flatlander View Post
    I tried to find the above, but only found this which doesn't appear to refer to font size or colour:



    Am I at the right place?

    Thanks
    Fl,
    #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;


    1. The highlighted red font above will be the declaration in the elements to change.
    2. Without a link to your site remember the override file to edit please.

 

 

Similar Threads

  1. changing font size and colour
    By actionx in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 6 May 2011, 11:17 AM
  2. Shopping Cart Page change font size & colour
    By Derek Bryant in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Sep 2010, 02:46 PM
  3. EZ-PAGE header - change font size and colour
    By nav007_2000 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Oct 2008, 10:52 PM
  4. How to change font colour for links in product header only?
    By Zeuster in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Aug 2007, 08:33 AM
  5. Font size, type and colour on product description
    By kingster147 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 4 Feb 2007, 04:11 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