|
How do I change the colors of the categories on the main page? I've tried editing the configuration settings but nothing is working.
|
|
|
The configuration settings control the size and color for the default text of the main category. However, the names of the categories are also links to the specific category pages. The color and behavior of these links is further controlled by various CSS (Cascading Style Sheet) settings in the template.
The name of the CSS selector controlling the main category links varies slightly according to the specific product you are using:
In XcAuction Pro, the relevant settings are those under DIV.APMainCatLink
In XcClassified Pro, the relevant settings are those under
DIV.CPMainCatLink
In XcDirectory, the relevant settings are those under
DIV.DirMainCatLink
In XcInfoBase, the relevant settings are those under
DIV.IBMainCat
For more information on CSS, a good resource is: http://www.htmlhelp.com/reference/css/.
|