Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2011
    Posts
    21
    Plugin Contributions
    0

    Default Different Nav link Colors

    I have found a way by using the internal links option on EZ pages to have both my commerce and non commerce page links on the same tab.

    www.lisageorgedesigns.com/zencart

    is it possible, possibly on the stylesheet somewhere, to change the color of the product page links, so that I can differentiate them from the others?

    Thanks,
    Jeff

  2. #2
    Join Date
    Jun 2010
    Location
    Denmark
    Posts
    62
    Plugin Contributions
    0

    Default Re: Different Nav link Colors

    Is it the about us, press, etc.. you want to change??

    if thats the case you need to change thees values ind the stylesheet.css

    Code:
    #navEZPagesTop {
        color: #515151; I would use #000000 here
    }
    #navEZPagesTop a:link, #navEZPagesTop a:visited {
        color: #E0E0E0;
    }
    #navEZPagesTop a:hover {
        background-color: #000000;
        color: #FFFFFF;
    }

  3. #3
    Join Date
    Sep 2011
    Posts
    21
    Plugin Contributions
    0

    Default Re: Different Nav link Colors

    The truth is, I am trying to keep all of my nav links, both product categories and EZpage links, on one line.

    I would love to delete the yellow product category link from the NavCatTab...and place them in the EZPagesTab above it...and maintain the yellow font color so peole see that those are product category links , as opposed to the white "info" type links.

    Not having much luck because I simply do not understand the hierarchy of where I should be editing code.

  4. #4
    Join Date
    Jun 2010
    Location
    Denmark
    Posts
    62
    Plugin Contributions
    0

    Default Re: Different Nav link Colors

    you can do this

    first in the "tools" -> EZ-Pages

    click on "edit" on that page you want to have a nother colored text.
    Then you change the name of this page to :
    Code:
    <div id="ezn">Necklaces</div>
    and click on update

    then ad this to you stylesheet.php

    Code:
    #ezn {
        color: #F3CA69; 
    }
    that will change the color of the text (name only) of that ez page. just ad the <div id="ezn">ez-page name</div> to those page you want the name to be yellow

    hope this will help, or sent me a message then i will be glad to help you.

 

 

Similar Threads

  1. How can I change link colors in header, without changing all other link colors?
    By coreyalderin in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 20 Jun 2012, 03:17 AM
  2. Change link colors in left nav column
    By Empire402 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Feb 2008, 01:18 AM
  3. nav column colors issue
    By traders in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 29 Nov 2007, 06:01 PM
  4. How do i specify different qty for different colors of a product?
    By dwarfs8 in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 21 Oct 2006, 03:17 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