Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Link Size and Color


bluecivic21

Recommended Posts

Posted

hello if someone visit my site www.softbrixtech.com/cart/catalog and look at the A HREF LINKS, I want to change the size and color, I tried to change it in the stylesheet with no success. here is a copy of my style sheet.

 

BODY {

background: #1525c2;

color: #000000;

margin: 0px;

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

}

 

A {

color: #000000;

text-decoration: none;

}

 

A:hover {

color: red;

text-decoration: underline;

}

A.link {

color: red;

text-decoration: underline;

}

A.visited {

 

}

 

A.active {

 

}

FORM {

display: inline;

}

Posted

Here's an example of what to change:

 

A {
font-size: 12px;
font-weight: bold;
text-decoration: underline;
color: red;
}

I'd rather be flying!

Posted

This is of course a global setting with the A and will affect all links throughout the site

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Archived

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

×
×
  • Create New...