Hey.
Can anyone show me tell me what part of the CSS I need to eit to get the catorgies links size, font and colour changed?
Nie simple one for you all today.
Thanks
Dustin Cook.
Hey.
Can anyone show me tell me what part of the CSS I need to eit to get the catorgies links size, font and colour changed?
Nie simple one for you all today.
Thanks
Dustin Cook.
Where you have your category css is inside a set of tables, and it is not placed within the menu css, so you need to create a new id, and put that around your category stuff.
in index.php:
<div id="cats">
=====category stuff you have now======
</div>
in css:
#cats {
font-size:
font-weight:
color: etc ....
}
#cats ul li {} <------these two same as above
#cats ul li a {}
Then go from there.
This topic has been closed to new replies.