1. Inspect the source code of the category webpage and locate something like this:
<li class="qa-browse-cat-item qa-browse-cat-pasta">
In this case, the category I'm looking for is "Pasta"
2. Apply the following CSS rule:
.qa-browse-cat-pasta {
cursor: pointer;
background-color: blue;
}
You can target specific elements to apply the background-color or color like this .qa-browse-cat-pasta span.