The online FAQ database contains hundreds of answers to frequently asked questions, articles on using our web server applications and other related technologies, and resolutions to common problems. If you are seeing an error message, be sure to try searching on the error message or error number that you are seeing.

Question How do I change the colors of the categories on the main page? I've tried editing the configuration settings but nothing is working.

Answer 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/.