This topic has 6 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Rose Tyler
Hey
How do I change color label ( sale – hot- new )
Hello,
You can use custom CSS code to change colors of these labels – http://prntscr.com/nrq0w0
Add this code in Theme Options > Custom CSS > Global code:
.menu-label-hot > a .label-text {
background-color: green;
}
.menu-label-hot > a .label-text:before {
border-right-color: green;
}
.menu-label-sale > a .label-text {
background-color: transparent;
color: red;
}
.menu-label-sale > a .label-text:before {
border-right-color: transparent;
}
.menu-label-new > a .label-text {
background-color: pink;
}
.menu-label-new > a .label-text:before{
border-right-color: pink;
}
Regards
label font color red
how can i change?
ı try from theme options but not working
Hello,
Please use CSS code like color: red;
http://prntscr.com/nso2bo
https://www.w3schools.com/css/css_colors.asp
If this doesn’t work for you, provide URL and temporary wp-admin access.
Regards
Yes it’s okay
Thank you
Hello,
You’re welcome!
Would you mind to rate our product: https://prnt.sc/d256m6 https://themeforest.net/downloads
That would be much appreciated ?
Regards
You must be logged in to reply to this topic.Log in/Sign up