Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2006
    Location
    South Shields - UK
    Posts
    124
    Plugin Contributions
    0

    Default Information Side Box Links

    Hello

    I have searched the forum on this and can't seem to find the answer:

    How do I change the text colour of the Information side box links?

    I sorted the category links ok, but I'm not sure with the Information links.

    www.blushfashions.com

    Yours BF

  2. #2
    Join Date
    Jan 2005
    Location
    Lake Havasu, AZ
    Posts
    1,149
    Plugin Contributions
    0

    Default Re: Information Side Box Links

    If you are looking to make them different than the other sidebar links you could add these classes to the stylesheet :
    #information-content a
    {
    color: #000000;}

    #information-content a:hover
    {
    color: #FFFFFF;}

    #information-content a:visited
    {
    color: #000000;}

    Of course you don't have to use those colors, but you see the concept I'm sure :)

    Hope it helps
    When the world gets in my face I say Have A Nice Day.
    * I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
    Custom Templates and Zen Services CRS Designs, Inc.

  3. #3
    Join Date
    Jul 2006
    Location
    South Shields - UK
    Posts
    124
    Plugin Contributions
    0

    Default Re: Information Side Box Links

    Hi Tina

    Thanks for the suggestion but I was hoping to locate where the text colour is already set in the style sheet and change it to the same colour as mu product categories text.

    Yours BF

  4. #4
    Join Date
    Jan 2005
    Location
    Lake Havasu, AZ
    Posts
    1,149
    Plugin Contributions
    0

    Default Re: Information Side Box Links

    In that case the information sidebox is using these :
    a:link, #navEZPagesTOC ul li a {
    color: #909090;
    text-decoration: none;
    }

    a:visited {
    /*color: #000000;*/
    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;
    }

    I don't know which class you changed to change just categories, because I didn't look for it, but that is the area that changes the info side box, I just did it in the FF Toolbox for css on your site :)
    When the world gets in my face I say Have A Nice Day.
    * I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
    Custom Templates and Zen Services CRS Designs, Inc.

  5. #5
    Join Date
    Mar 2009
    Posts
    435
    Plugin Contributions
    0

    Default Re: Information Side Box Links

    Hi, I too am looing to do the same thing here, and want all the links in the information box to be be white but when I edit;

    In that case the information sidebox is using these :
    a:link, #navEZPagesTOC ul li a {
    color: #909090;
    text-decoration: none;
    }

    and set the colour to #FFFFFF it changes the colour of the links below the thumnails in the new products for june box at the bottom of the home page to white too, the colour of the category links below the category pcitures at the top of the homepage and also makes the 'to log yourself in' part of the text from 'welcome guest' etc white too.

    Also, it changes all the links in the information box to white except the 'shipping & returns' link

    Im really baffled!

    Does anyone know what I need to do to only change the colour of the links in the information box without affecting any other links and to also make sure the 'shipping & returns' link gets changed to the same colour too?

    My website is: http://www.thegreatgiftshop.co.uk/zencart/

    You will see the problem that the links are white by hovering over them so you can see they are meant to be there.

  6. #6
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Information Side Box Links

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

    ... is GENERAL (site-wide for all otherwise undeclared link styles).
    20 years a Zencart User

 

 

Similar Threads

  1. v151 How do I remove unwanted links from Information side box.
    By huntleybill in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 13 Oct 2015, 05:58 AM
  2. Editing Links In 'Information' Side Box
    By kramerr in forum Basic Configuration
    Replies: 3
    Last Post: 6 Jul 2009, 02:36 AM
  3. Help cant rename links in information side box
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Jan 2009, 05:34 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