Hi everyone. How do I change the font options in the categories sidebox? I've added a hover color for links, however, it doesn't affect the categories box. Thanks!
Hi everyone. How do I change the font options in the categories sidebox? I've added a hover color for links, however, it doesn't affect the categories box. Thanks!
#categoriesContent a {
color: #YOUR COLOR;
}
#categoriesContent a:hover {
color: #YOUR COLOR;
}
Thank you, I found it. =)