Results 1 to 4 of 4
  1. #1
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Change Color Of This Link

    On this page and other category listing pages, I turned off the Free Shipping gif because it took up took up too much space, and I used this define instead that was originally … more info, and changed it to read: … Free U.S Shipping…

    It has a hover color and it links to the product page. I personally don’t care if it links/hovers or not. All I want is for the hover color (#ed3a84) to be the actual color of the text. Looked through Firebug and Developers Toolkit and stylesheet.css, but I can’t seem to find this. Can I change the color?


    http://designerperfumesnob.authsafe....ume-c-656.html

  2. #2
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Change Color Of This Link

    Add to your stylesheet

    .centerBoxContentsProducts.centeredContent > a {
    color: #000000;
    }

    #000000; = edit to your taste

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Change Color Of This Link

    To assure that the hover color doesn't change, use

    .centerBoxContentsProducts > a, .centerBoxContentsProducts > a:hover {
    color: #000000;
    }

    (The .centeredContent is not necessary)

  4. #4
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Change Color Of This Link

    Perfect! Thank you~

 

 

Similar Threads

  1. change link color
    By jenesaisquoi in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Mar 2011, 11:49 PM
  2. header link color change
    By webguy in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Feb 2010, 05:22 AM
  3. Change color of link
    By bobdog in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 12 Apr 2008, 01:47 AM
  4. this has to be easy... EZpage link color....
    By khopek in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Sep 2006, 01:55 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