View Single Post
  #10  
Old 10-28-2008, 10:44 AM
 
junaid junaid is offline
 

Advanced Member
  
Join Date: Dec 2003
Posts: 96
 

Default Re: changing link color

Quote:
Originally Posted by JWait
Look in your stylesheet (either skin1.css or skin_c.css depending on if you have one of x-carts custom skins) and find the class "sort". Under the closing "}" add

A.sort:active {
COLOR: #909090;
TEXT-DECORATION: none;
}

changing #909090 to whatever color you want the "highlight" to be.
thanks for your reply.
actually this didnt worked, reason seems above work on plain html page not on dynamic page.
something of navigation.tpl type needs to be done when on click a class is assigned to the link active like page numbers in navigation.tpl.
__________________
xcart 4.18 on linux
Reply With Quote