Post by ultraspoon » Mon Oct 25, 2010 10:45 pm

Hey everyone.

OK so my problem is, my categories down the left hand side are hyper links and the colours are set to white, which is what I want. Now when I click on one of the categories and it shows me the products, I cannot see the name of the product because that is a hyper link too (which is set to white) and the background is set to white.

I want to change the colour of the hyper link of the products name to black and keep the colour of the hyper links white on the categories list on the left.

I've looked in the code and know what to change, but then it changes all hyper links to black. Which is not what I want.

Thanks
Spoon.
Last edited by i2Paq on Tue Oct 26, 2010 12:01 am, edited 1 time in total.
Reason: Topic moved

Active Member

Posts

Joined
Mon Oct 18, 2010 5:56 pm

Post by Moggin » Tue Oct 26, 2010 4:37 am

You could change the global links colour to black, but style the category links separately. For example

Code: Select all

a, a:visited {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

#category ul a    {
     color: #fff;    
     text-decoration:none;
    font-weight:bold
} 
...just one suggestion

Active Member

Posts

Joined
Wed May 05, 2010 4:56 am

Post by ultraspoon » Tue Oct 26, 2010 5:16 am

From a quick look at the code you provided I think that might just do it!

Great work Moggin!

Ill post back soon with my success.

Thank you. :)

Active Member

Posts

Joined
Mon Oct 18, 2010 5:56 pm

Post by paradisewsm » Wed Jul 06, 2011 2:51 am

this was useul to me, however I want to change the hyperlink size.

when I add hyperlinks in pages, the text shrinks.... any suggestions :)

Newbie

Posts

Joined
Tue Mar 01, 2011 3:18 am
Who is online

Users browsing this forum: No registered users and 32 guests