Manoil Posted February 23, 2007 Share Posted February 23, 2007 Hi there! I cannot change the color for the categories names. It is black by default and I want it something else. I played with the css file for about two days but... no progress. I know it is something obvious but i need help here! I have installed Graphical Borders contribution. Thanks for the help :) ======== Manoil Link to comment Share on other sites More sharing options...
jasonabc Posted February 24, 2007 Share Posted February 24, 2007 1) Open /includes/boxes/categories.php and change this line: $categories_string .= tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">'; to this: $categories_string .= tep_href_link(FILENAME_DEFAULT, $cPath_new) . '" class="categories">'; 2) Open your stylesheet.css file and add a 'categories' link class: a.categories {font...color....size etc etc} a.categories:hover {font...some other color color....size etc etc} Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
Manoil Posted February 24, 2007 Author Share Posted February 24, 2007 jasonabc thanks alot! It is fine now. :) Best wishes! Link to comment Share on other sites More sharing options...
schrøder Posted February 24, 2007 Share Posted February 24, 2007 Sorry about the convinience but where do I find the stylesheet.css file Newbie In a sacred manner I live, in heaven I gaze, in a sacred manner I live my horses are many. Link to comment Share on other sites More sharing options...
jasonabc Posted February 24, 2007 Share Posted February 24, 2007 stylesheet.css is in your store root folder. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
Guest Posted March 4, 2007 Share Posted March 4, 2007 I know it sounds easier than it is but why can't you simply change your "boxes" color straight from the stylesheet already? I mean you added the class in the categories.php but in fact, where do they set the color by default? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.