Post by zch0071 » Tue Apr 06, 2010 1:17 pm

Can any one help me? How to set up the CSS so that the words with links become to black color and with no underline?
Example:
Image
to:
Image

New member

Posts

Joined
Sun Sep 20, 2009 12:10 am

Post by rph » Tue Apr 06, 2010 2:32 pm

Why would you do that? No one would be able to tell they're links.

http://www.echoecho.com/csslinks.htm

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by zch0071 » Tue Apr 06, 2010 3:08 pm

Because it is not harmonious with my store, i don't want some links look obviously.

New member

Posts

Joined
Sun Sep 20, 2009 12:10 am

Post by Xsecrets » Tue Apr 06, 2010 10:17 pm

assuming you have a class on the element containing the links it would be

.classname a { text-decoration: none; color: #000000; }

and if you want it to underline on hover
.classname a:hover { text-decoration: underline; color:#000000; }

you can also do control :visited in the same manner.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US
Who is online

Users browsing this forum: No registered users and 21 guests