Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2007
    Location
    Brighton, UK
    Posts
    203
    Plugin Contributions
    0

    Default Changing the "information" link colors

    Unlike the categories links which have classed div tages e.g.

    <a class="category-top" href="http://www.orcharddirect.co.uk/shop/index.php?main_page=index&amp;cPath=42">Fozz Lighting-&gt;</a><br>

    Meaning that via css you are able to change the color of them.

    the "information" links are normal links e.g.

    <a href="http://www.orcharddirect.co.uk/shop/index.php?main_page=shippinginfo">Shipping &amp; Returns</a>

    This means that it is affected by:

    a:visited {

    color: #3300FF;

    text-decoration: none;

    }

    The problem with changing this color is that it changes every other normal link color on the website.
    How can i make the information links their own div so that i can change the color of them in css?

    Any help appreciated

    Cheers

    Elliot

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing the "information" link colors

    Link to your site
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2007
    Location
    Brighton, UK
    Posts
    203
    Plugin Contributions
    0

    Default Re: Changing the "information" link colors


  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing the "information" link colors

    Already has it's own ID try this and adjust as you desire

    Code:
    #informationContent a:link {
            color: #000000;
            }
    #informationContent a:hover {
            text-decoration: Underline;
            }
    #informationContent a:visited {
            color: #FF0000;
            }
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Aug 2007
    Location
    Brighton, UK
    Posts
    203
    Plugin Contributions
    0

    Default Re: Changing the "information" link colors

    Thanks, i wasn't sure if it did, i didn't really no how to script the css to point at it. Thats brilliant cheers.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing the "information" link colors

    Fire Fox And the web Developers extention plus others are invaluable...
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Replies: 0
    Last Post: 26 Oct 2010, 02:31 PM
  2. Trouble changing the colors of the top and bottom green "bars"
    By JDog21 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 26 Jul 2010, 02:50 AM
  3. changing "page 4" name in the "more information" box
    By verdo131 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Dec 2009, 05:16 AM
  4. Changing links of the sidebx "information"
    By ilmarchez in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 27 Aug 2009, 10:05 PM
  5. Changing the "more information" page link
    By The End Zone in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Feb 2009, 11:17 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