Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2006
    Posts
    135
    Plugin Contributions
    0

    red flag Separating the Header Links from Sidebox links in CSS

    The links in my header (Home & Login) and additional links I have added below my header are getting lost as my header & site background is almost the same colour.

    My category links, etc in the sideboxes are the same colour as above as they both use the same CSS:

    Code:
    a:link, #navEZPagesTOC ul li a (line 23)
    
    {
    color: #616180;
    text-decoration: none;
    
    }
    Is there anyway to make the links in the header section a different code? I would ideally like them to be white.

    I had this all set up and working great in 1.2.7 (older stylesheet version) but am having a hard time converting some of the CSS to the newer stylesheet.

    You can see the site here at www.azurewraps.com

    Thank you!
    Jennie

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

    Default Re: Separating the Header Links from Sidebox links in CSS

    To change the color of the links in your header (above and below your logo), add the information in red to your stylesheet.

    Code:
    /*navigation*/
    
    .headerNavigation {
    	background: #9899C9;
    	color: #ffffff;
    	font: bold medium;
    }
    
    .headerNavigation a {
    	color: #000000;
    	font: bold medium;
    }
    
    .headerNavigation a:hover {
    	color: #ff0000;
    	font: bold medium;
    }
    The links will be in black and turn red when the cursor is over them. You can adjust the color to whatever works for you.

    While I was looking at the site, I noticed the links in the sideboxes turn white when the cursor is over them making them disappear into the background. To fix that, add this:

    Code:
    .leftBoxContent a:hover {
    	color: #ff0000;
    	font: bold medium;
    }
    Again, I used red in my example, but you can pick any color you want.

    HTH!
    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

  3. #3
    Join Date
    Jul 2006
    Posts
    135
    Plugin Contributions
    0

    Default Re: Separating the Header Links from Sidebox links in CSS

    Thank you so very much Mary Ellen! I was able to customize my colours with what you gave me and it's so much better now. Whew!! I knew it was something simple if I could only figure out the styles to put in the CSS.


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

    Default Re: Separating the Header Links from Sidebox links in CSS

    I was playing with something similar not too long ago, so I knew it could be done fairly easily.

    I just checked out the site. Looks great! I'm glad I could help you get Zenned.
    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

 

 

Similar Threads

  1. Removing links from the information sidebox
    By Rabarbervin in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Nov 2010, 01:56 AM
  2. CSS: Underlining Links in Categories Sidebox
    By eyal8r in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 Feb 2010, 07:25 PM
  3. Removing category image links and text links from the HOME page
    By EddieMac in forum Basic Configuration
    Replies: 2
    Last Post: 24 Apr 2008, 02:53 PM
  4. Replies: 1
    Last Post: 11 Jun 2007, 05:33 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