Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2008
    Posts
    109
    Plugin Contributions
    0

    Default Changing Center Box Product Link Text Color

    Hi

    Was wondering if anyone can help me.
    I'm trying to change the colors of the links under the product images (to white) in my centre box without changing the color of the text in the sideboxes.

    my site is located at http://imagocollections.com.au/cataloge

    Any help would be really appreciated

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,686
    Plugin Contributions
    11

    Default Re: Changing Center Box Product Link Text Color

    The problem is that all the links are tied into the stylesheet "a" call around line 22 of the stylesheet. Changing it to white changes everything.

    If your wanting to change the color for the "larger image" link on the product page, you'll need to add

    #productMainImage a {
    color: #FFFFFF;
    }

    Don't forget that many links have the link itself, visited, and hover.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Oct 2008
    Posts
    109
    Plugin Contributions
    0

    Default Re: Changing Center Box Product Link Text Color

    Thanks,

    Just figured it out

    Added the following

    #indexCategories

    a:link {
    color: #ffffff;
    }

    a:visited {
    color: #ffffff;
    }

    a:hover {
    color: #ffffff;
    }

    a.category-links, a.category-links:link {
    color: #ffffff;
    text-decoration: none;
    }

    a.category-links, a.category-links:visited {
    color: #ffffff;
    text-decoration: none;
    }


    a.productListing-heading a:link {
    color: #ffffff;
    }

    a.productListing-heading a:hover {
    color: #ffffff;
    }

    Then put the following under sideboxes

    .sideBoxContent a:link {
    color: #5E5E5E;
    }

    .sideBoxContent a:hover {
    color: #5E5E5E;
    }

    .sideBoxContent a:visited {
    color: #5E5E5E;
    }

    Hope this helps someone

    Thanks

    Craig

  4. #4
    Join Date
    Dec 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: Changing Center Box Product Link Text Color

    Yes, this was very helpful to me! Thanks! I'm customizing my template and needed a dark color for all center columns. Between that and a css tutorial, I'm all set!
    Cheers!

 

 

Similar Threads

  1. Changing HTML Link Text Color
    By Horrific_ending in forum General Questions
    Replies: 2
    Last Post: 13 Sep 2010, 06:20 PM
  2. Changing back ground colour on Product Info Center Box
    By leest35 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 May 2010, 11:30 AM
  3. Changing product detailed text link?
    By bongo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Nov 2009, 06:01 PM
  4. Replies: 10
    Last Post: 23 Aug 2008, 05:20 PM
  5. Changing the Product Listing Header Row Text Color
    By dejavu in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Apr 2008, 02:49 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