Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2007
    Posts
    15
    Plugin Contributions
    0

    Default Information font

    Hi All

    I have looked all threw the stylesheet.css and cannot seem to find where I change the font color for the links in the information bar. The background it white and the font is white. I managed to change the color for the catagories but now I am stuck. Please help.
    http://www.fastcatspackaging.com/zen/

    Sean

  2. #2
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Information font

    Change

    a:link, #navEZPagesTOC ul li a {
    color: #FCFFF0;
    text-decoration: none;
    }


    to


    a:link, #navEZPagesTOC ul li a {
    color: #ff7f00;
    text-decoration: none;
    }


    in stylesheet.css , then get firefox , with the web developers add on - will save you hours off CSS time
    Various Zen cart sites !

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Information font

    Note: changing the whole "a:link, #navEZPagesTOC ul li a" declaration will change *all* links on your site that are not otherwise specified.

    To change the ez-page navbar, separate this into two declarations:

    a:link {
    color: #FCFFF0;
    text-decoration: none;
    }

    #navEZPagesTOC ul li a {
    color: #ff7f00;
    text-decoration: none;
    }

    so that generic links are unchanged.

  4. #4
    Join Date
    Aug 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Information font

    Thanks so much it worked. I will get FF right now.

 

 

Similar Threads

  1. v139h step 1 of 3 delivery information font
    By ninety9 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 May 2013, 08:47 PM
  2. About information side box font size
    By neveu in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Sep 2010, 01:22 AM
  3. Need help with Font Color. Font turned white!!!!
    By miamilures in forum General Questions
    Replies: 1
    Last Post: 15 Oct 2009, 05:04 AM
  4. More information box.. font display
    By chrisnasah in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Sep 2007, 07:36 PM
  5. Changing Font Color in Information Box & More Information Box
    By scribbles in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2007, 02:54 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR