Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2005
    Posts
    142
    Plugin Contributions
    0

    Default Changing Font Color of Sideboxes

    Hello,

    I'm trying to change the font color of the text in my sideboxes to black. I'm familiar with making changes to the CSS but haven't had luck changing the font color. The CSS shows sections for the sidebox header text but not the links themselves.

    Is this being called from a different section of the program? I am using the latest version of Zen Cart.

    Thanks!

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Changing Font Color of Sideboxes

    What is your working URL ?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Changing Font Color of Sideboxes

    If you are using the template_default fileset and the associated stylesheet.css these links colors have four states and can have different colors for each state and are controlled with:
    Code:
    a:link, #navEZPagesTOC ul li a {
    	color: #006633;
    	text-decoration: none;
    	}
     
    a:visited {
    	color: #3300FF;
    	text-decoration: none;
    	}
    
    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    	color: #000000;
    	}
    
    a:active {
    	color: #0000FF;
    	}
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. I'm trying to change my font color in my sideboxes only
    By strugglingnovice in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 30 May 2011, 03:43 AM
  2. Sideboxes - Header Color/Font
    By Martin Smith in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 Jul 2009, 10:29 PM
  3. Change font color inside sideboxes
    By Salina13 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Feb 2008, 06:09 PM
  4. Replies: 5
    Last Post: 27 Dec 2007, 08:41 AM
  5. Font Color in sideboxes
    By TeamTJ in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Jun 2006, 05:23 AM

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