Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I change the color of my anchor text?


katman1971

Recommended Posts

Hi

 

I have a link already set up on my homepage but the problem I have is that you do not know it's a link until you put your cursor over the letters. Only then does the font change color and the text becomes underlined.

 

How do I make it look like a link without putting the cursor over the script?

 

Thanks

Link to comment
Share on other sites

This is handled by the stylesheet /catalog/stylesheet.css

 

look for this:

 

A {
 color: #000000;
 text-decoration: none;
}

 

Change the colour to whatever you want it to be

Link to comment
Share on other sites

If you want to just chnage that one link, something like this:

 

<a style="color:blue;text-decoration: underline;" href="http://www.homelandart.ie/new.php">Our exclusive paintings are only available through HomelandArt.ie</a>

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...