Where can you modify the appearance of the category path
Where can you modify the appearance of the category path
Silly me, Of course its in the styles.css in the template folder![]()
Its a link style
You need to change /themes/kosmos/setting.php too
Change Category Appearance section
I just want to change the font color etc, Ive changed it in the styles.css but that changes all the link colors,
Could there be a style just for the category path?
You need manually change /lib/category.class.php, in function CalculateCategoryPath()
About line: 227, change
We'll add this option to style.css.Code:$href = "<a href=\"{$href}\" name=\"cat_$cat\">";
Thanks for mention it.
Howdy Dody,
Ive changed this variable in the settings.php and It works for "TOP" but the next categories in the Category path do not come up the same as the "TOP"
*UPDATE* It must have been a cache problem or something, I switched mod-rewrite off and on and its working fine now.....
Last edited by ezykiwi; 09-01-2006 at 07:24 AM. Reason: Because I'm Silly and losing my mind :)