Help with css make-up category list (menu items) - Joomla! Forum - community, help and support
hello!
i'm making website (with joomla of course), kinda got stuck @ changing background color of "category list" function "menu item type".
it's looking this:
http://www.brouns-design.nl/ppevents_joomla/about-us
as can see works, 2nd, 4th , 6th row hava white background makes link unable read. want black.
i'm not sure how edit , in css file
i tried search firebug , found class:
cat-list-row1 , list-title, i'm unable find them in template
can me issue?
kind regards,
jeroen brouns
i'm making website (with joomla of course), kinda got stuck @ changing background color of "category list" function "menu item type".
it's looking this:
http://www.brouns-design.nl/ppevents_joomla/about-us
as can see works, 2nd, 4th , 6th row hava white background makes link unable read. want black.
i'm not sure how edit , in css file
i tried search firebug , found class:
code: select all
<tr class="cat-list-row1">
<td class="list-title">
<a href="/ppevents_joomla/about-us/77-gastenboek"> gastenboek</a>
</td>cat-list-row1 , list-title, i'm unable find them in template
can me issue?
kind regards,
jeroen brouns
in templates css folder, in personal.css line 777, remove/comment background image
code: select all
tr.odd, .cat-list-row1 {background:url(../images/news.gif) repeat-x;}
Comments
Post a Comment