When I hover over my menu items, the text turns an orange color. How can I make it the color red?
Also, the color of the cart icon in the top right corner needs to be red.
Thank you
This topic has 4 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp
When I hover over my menu items, the text turns an orange color. How can I make it the color red?
Also, the color of the cart icon in the top right corner needs to be red.
Thank you
Hello
Please add following code into the custom.css:
.ico-sum::before{border-color:red!important;}
.ico-sum{background-color:red!important}
.menu >li.current-menu-item >a{color:red!IMPORTANT}
How to create custom.css you may watch here:
https://www.youtube.com/watch?v=Qok2zRedRMY
Regards,
Brian Johnson
Thank you!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘How to Change Menu Item Text Color’' has been successfully resolved, and the topic is now closed for further responses