sylvioros
Member
Posted 3 years ago #
I can't highlight the current category on my blog. I hope you can help me.
My css:
#header li.current-cat a {
font-variant:normal;
background-color:#fb7c3e;
color: #FFF;
}
Menu:
/*
<div class="nav">
>ul>
>li> <?php wp_list_cats('sort_column=name'); ?>>/li>
>/ul>
</div>
</div>
*/
A link to your site would help.
sylvioros
Member
Posted 3 years ago #
Your CSS above looks fine but you may be placing it too high in style.css. Try adding it to the very end of the file.
sylvioros
Member
Posted 3 years ago #
Guess what? I changed the class' position and works! It seems that the problem was THAT position, because I tried put in the top, in the bottom and somewhere in the middle, all works!
Thanks esmi!