Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    May 2008
    Posts
    10
    Plugin Contributions
    0

    Default How to Change color of links on main page

    Hello,
    I am sorry to post such a trivial question but I cannot for the life of me figure out how to change the color of the links in my "new prodcut" or "information" sideboxes. Any help would be appreciated since I have been digging around the web for two days tring to find the answer.
    I have my hover link color altered but cant get the link default color of blue to change.

    Thanks...

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

    Default Re: How to Change color of links on main page

    A link to your site and if you want all links altered(global) or just certian ones
    Zen-Venom Get Bitten

  3. #3
    Join Date
    May 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: How to Change color of links on main page

    Thanks Kobra.
    http://www.audioman71.net/
    on the left, the links within the "new products" and also "information" boxes...

    appreciate the help

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

    Default Re: How to Change color of links on main page

    Add these to your stylesheet repeat for the a:hover etc and adjust to your desired colors

    Code:
    #whatsnew a:link {
            color: #000000;
            }
    #information a:link {
            color: #000000;
            }
    Zen-Venom Get Bitten

  5. #5
    Join Date
    May 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: How to Change color of links on main page

    Thanks for the help Kobra :)
    Have a reral nice holiday and if I can return the favor just ask

  6. #6
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default Re: How to Change color of links on main page

    Hi, iam having the same problem the links under information is blue, tried pasting

    #whatsnew a:link {
    color: #000000;
    }
    #information a:link {
    color: #000000;
    }

    Doesnt seem to work. Can i just paste it anywhere on my style sheet?

  7. #7
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: How to Change color of links on main page

    Using Web Developer for FF, I added the code to your stylesheet and it worked fine. This is where I put it:

    Code:
    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    	color: #FF0000;
    	}
    
    #whatsnew a:link {
    color: #000000;
    }
    
    #information a:link {
    color: #000000;
    }
    
    a:active {
    	color: #0000FF;
    	}

  8. #8
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default Re: How to Change color of links on main page

    YAY It worked!!! Thanx for looking after me

    But noticed the "Shopping cart [more]" and the "New products [more]" header in the left sidebox's turn yellow when i hover over them.

    Is it also possible to make the links under Categories turn red when i hoover over them and turn blue when activated just like under the information links?

  9. #9
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: How to Change color of links on main page

    Try adding this:
    Code:
    #shoppingcartHeading a:hover {
    color: #000000;
    }
    
    #whatsnewHeading a:hover {
    color: #000000;
    }
    
    #categories a:hover {
    color: #ff0000;
    }
    
    #categories a:visited {
    color: #0000ff;
    }

  10. #10
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default Re: How to Change color of links on main page

    Hi Steven300 thanx for gettting back to me

    it seem to have sorted out the yellow text hover in the sidebox.

    But the links under categories i changed to:

    #shoppingcartHeading a:hover {
    color: #FF0000;
    }

    #whatsnewHeading a:hover {
    color: #FF0000;
    }

    #categories a:hover {
    color: #ff0000;
    }

    #categories a:active {
    color: #0000ff;

    U DA MAN STEVEN300!!!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. how to change footer color on main page?
    By mubasher in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Jan 2011, 02:53 AM
  2. How to change color of links (ezpages)?
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Apr 2008, 10:33 PM
  3. How to change color of ezpage links?
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Apr 2008, 04:52 PM
  4. How to change the text color in the main center page
    By vinnieb in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Sep 2006, 01:58 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR