Archived topic
How do I change the Category Color
7 replies · Started by Forum User on September 28, 2021
How do I change the Category Color under the category images?
Weight Loss (26)
Fears & Phobias (37)
Hi there,
You can try this CSS:
h2.woocommerce-loop-category__title {
color: #000000;
}
Thank you. Last question. How do I change the color of the product titles in the shopping cart? It is now red.
That inherits the link color set in the customizer under Colors > Content > Link.
Do you actually want to use that color for links anywhere?
Why do you ask?
Because changing that color in the customizer would be the best solution (without CSS) unless you actually want that link color somewhere else.
I made the changes. Thanks for your help.
No problem :)