Hi - Please have a look at the attached picture - there is a link that next to Category that is dark text and as the template has a dark background so it is not ideal. I haven't been able to find where this is defined in the CSS. Any ideas?
Glenn
Hi - Please have a look at the attached picture - there is a link that next to Category that is dark text and as the template has a dark background so it is not ideal. I haven't been able to find where this is defined in the CSS. Any ideas?
Glenn
It should be in your settings.php. this lives in you theme root.
Open the file and you will find a few settings that you probally use soon.
anyway find the line with
Then put your css inbetween the quotes, heres an example$cat_path_link_style = "";
this is just to change the colour but any css could go here.$cat_path_link_style = "color: #FF2A00;";
now clear your template cache and then update you category stucture.
refresh your browser and see the results.
The reason its done this way is the style infomation for category path and category is generated in the database.
Here are some valuble posts relating to this and might clear things up Styling <%$Category%> and $cat_path_link_style
Last edited by echo@; 11-19-2008 at 05:14 PM.
Thanks Echo@ - your a saint!
Did the job. Just seems a little odd to me (but as will become clear I am not too bright!) that these few "Style" settings exist outside the Style Sheet.
But now I know - it is under control.
Glenn.
Yep your not the only one,Just seems a little odd to me (but as will become clear I am not too bright!) that these few "Style" settings exist outside the Style Sheet.