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.