CSS not styling all my links
-
For some reason my blogs style sheet is only having an effect on the first two category links. You can see it at new.coolmac.org. You’ll notice that “All” and “Coolmac News” are styled like navigational buttons but my other two categories aren’t being effected by the CSS. Below is the code for the navigation. Also without having to start a new post can anyone tell me how I can remove the the number that displays how many posts I have in a category.
<div id="cat-nav"> <ul> <li class="all"><a href="<?php echo get_settings('home'); ?>/" title="All">All</a></li> <li class="all"><a href="<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>/"</a></li> </div>
Thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS not styling all my links’ is closed to new replies.