How do I change the color of these categories when I hover my mouse over them. They (circled in red) turn black and the text changes orange, I'd like just the text to change orange like what I have underlined in green. I can not find where to switch this! Thank you!
Do you know Css?
If so You know what need to do.
1- Enter to developer tools in your browser
2- Identify the Element class
3- Write Css
As below
.elementclass:hover{
color:orange;
}
If you need further support Provide Web URL.
I’ll give you a code add it into Theme Custom css option