In the menu bar, I want to change the text color of “sale”.
How can I do that? I just want to change the text of the sale and not others.
https://www.pkkart.com/
This topic has 3 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Deepak Sahu
In the menu bar, I want to change the text color of “sale”.
How can I do that? I just want to change the text of the sale and not others.
https://www.pkkart.com/
Hello,
Add the next code in Theme Options > Theme custom CSS:
li#menu-item-8237 {
color: red;
}
Regards
Thank you
The issue related to '‘CHANGE COLOR OF SALE TEXT IN MENU’' has been successfully resolved, and the topic is now closed for further responses