Knowledgebase: Customizing
How can I change the style/formatting of page navigation links ?
Posted by Esvon Support on 24 January 2011 10:21 AM
I would recommend you the following:

1/ find navigation code placeholder in the corresponding template (i.e. ##nav## in browse.htm);

2/ replace ##nav## with
##nav|replace:"<a ":"<a class=nav "##

3/ define "nav" class in CSS file, something like

A.nav {
Color : #000000;
}
A.nav:hover {
Color : #FFFFFF;
}
A.nav:visited {
Color : #FF0000;
}

Search/browsing results navigation placeholder (related to row.htm templates) is located in search_results.htm

Comments (0)
Help Desk Software by Kayako Fusion