Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1
    Join Date
    Mar 2006
    Posts
    43
    Plugin Contributions
    0

    help question Editing link font colors for EZ-Pages

    Hi,

    I'm wanting to change the font color of my EZ-Pages links. I’ve found out where to change this in the CSS file, but the problem is that when I change this setting to ‘white’ (ffffff) this is also changing my page navigation link colors to ‘white’ (not good since my cart has a white background). Is there any way or additional code that needs to be added to my CSS file to make this work?

    Thanks so much!!!!!!!!

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Editing link font colors for EZ-Pages

    Please post the CSS section you changed.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Mar 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Editing link font colors for EZ-Pages

    Hi Kim,

    I changed the:

    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #FF0000;
    }

    a:active {
    color: #0000FF;
    }


    to


    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #FF0000;
    }

    a:active {
    color: #ffffff;
    }

  4. #4
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Editing link font colors for EZ-Pages

    Use the example for the a:hover and find the id for the links you want to not be white. The a:active is universal.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Mar 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Editing link font colors for EZ-Pages

    Hi Kim,

    I thought about that, but I cannot see where to change the page navigation fonts? For example the <<Prev 1, 2, 3, 4, 5 Next>> I want to have a blue font, where my EZ-pages I want to have a white font. Any ideas where in the CSS I can make this adjustment? Tried also using the 'tool box' but didn't find anything.

    Thanks!

  6. #6
    Join Date
    Mar 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Editing link font colors for EZ-Pages

    Here is an example: I want to keep everything the same, but want to change the 'Catalogue' and 'Price List' to a white font. When I change this through the CSS file, it also changes the 1, 2, 3, etc to white...???
    Attached Images Attached Images  

  7. #7
    Join Date
    Mar 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Editing link font colors for EZ-Pages

    oh yeah...would also like to change the '::' between the two links to '|' like the links above...white as well

    thanks!

  8. #8
    Join Date
    Mar 2006
    Posts
    43
    Plugin Contributions
    0

    help question Re: Editing link font colors for EZ-Pages

    anyone...anyone?

  9. #9
    Join Date
    Sep 2007
    Location
    Neenah, WI
    Posts
    112
    Plugin Contributions
    0

    Default Re: Editing link font colors for EZ-Pages

    Heyzoos,

    I too am having the same problem. I want to change the link color for the product name in my shopping cart but leave the categories links the same color. It appears that nobody knows the answer to my question. I posted this very same question in the stylesheet forum and I haven't received an answer that's solved it. I don't think you and I are the only people to have run into this so there must be a fix.


    Brad
    Brad Steinagel Photography

  10. #10
    Join Date
    Sep 2007
    Location
    Neenah, WI
    Posts
    112
    Plugin Contributions
    0

    Default Re: Editing link font colors for EZ-Pages

    Heyzoos,

    As for changing the links that are displayed in your screenshot, that part of your page is the navigation breadcrumb area. Look for the following code in your "stylesheet.css" file:

    #navBreadCrumb, #navEZPagesTop {
    font-size: 0.95em;
    font-weight: bold;
    margin: 0em;
    padding: 0.5em;
    }

    and add the following line just below the "padding: 0.5em;" line:

    color: #your desired text color in hex format (i.e. for white text enter "#ffffff")

    That should work.

    Brad

 

 
Page 1 of 3 123 LastLast

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. Changing table and font colors in checkout pages
    By vito in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 11 May 2010, 01:22 PM
  3. Changing colors for font
    By divaboutiques in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Aug 2009, 09:54 PM
  4. Font and link colors subcategory heading
    By Henrietta in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Apr 2007, 11:42 PM

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