Changing Category Colour On WordPress

I’ve added a category widget to my WordPress sidebar

I want to change the colour of the text to blue (#0000FF)

From looking at the source code, I can see the added category is categories-4 so I added the following css to the bottom of style.css for the theme being used.

#categories-4.widget_categories {
color: #0000FF !important;
}

I can see in Firebug that the categories is referencing this css code in the style box but “computed” is showing #000000 which is black which is the colour of the text.
I want to make the text blue (#0000FF)

I will provide admin access to resolve this if necessary.

Thank you.

Leave a Reply

Your email address will not be published. Required fields are marked *