Thread: Link color

Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2006
    Posts
    277
    Plugin Contributions
    2

    Default Link color

    any idea how i can change the link color for the center box only?

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Link color

    Can you be a little more specific?

    post your site URL* so it can be seen in action and what links in what center box?

  3. #3
    Join Date
    Sep 2006
    Posts
    277
    Plugin Contributions
    2

    Default Re: Link color

    at test.themeltingpotonline.net/shop
    As you can see, the text that is a link is black. that works great in the sideboxes but not as good in the centerbox. i want to leave the link colors as they are in the sideboxes ( i set those in the CSS )
    PHP Code:
    a:link#navEZPagesTOC ul li a {
        
    color#000000;
        
    text-decorationnone;
        }
     
    a:visited {
        
    color#FFFF9D;
        
    text-decorationnone;
        }

    a:hover#navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
        
    color#FFFFFF;
        
    background-color:#1B170E
        
    }

    a:active {
        
    color#FFFF00; 
    But i'd like the link colors for the center box differently. To make them easier to read on the darker back ground of the centerbox. that is about everything from the "log in" to the text under the product images to open the "larger image"
    Last edited by stevefriedman71; 13 Feb 2011 at 09:36 PM.

  4. #4
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Link color

    find:
    /*wrappers - page or section containers*/

    add this:
    #contentMainWrapper a:link, a:visited {
    color: #FFFF9D;
    }

    above:
    #logoWrapper

    change color to whatever your heart desires.

    add:
    #contentMainWrapper a:hover {
    color: #FFFF9D;
    background-color:#1B170E
    }

    if you want to also change the color of the background when link is hovered over

    THIS WILL CHANGE THE CENTER OF EVERY PAGE THAT HAS LINKS

  5. #5
    Join Date
    Sep 2006
    Posts
    277
    Plugin Contributions
    2

    Default Re: Link color

    didn't work out the way i wanted. it also changed the sidebox colors

  6. #6
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Link color

    change:
    #contentMainWrapper

    to:
    .centerColumn

  7. #7
    Join Date
    Sep 2006
    Posts
    277
    Plugin Contributions
    2

    Default Re: Link color

    thanks. that did it

 

 

Similar Threads

  1. link color
    By jenesaisquoi in forum General Questions
    Replies: 6
    Last Post: 19 Apr 2011, 11:14 PM
  2. Changing link color
    By commdiver in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 3 Jan 2011, 05:16 AM
  3. Link Color
    By barry g in forum Customization from the Admin
    Replies: 3
    Last Post: 20 Sep 2009, 11:55 AM
  4. color of link
    By mimran in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 15 Apr 2008, 04:04 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