Refer private area
This topic has 5 replies, 2 voices, and was last updated 4 years, 2 months ago ago by Stanley
Refer private area
Hello,
You can use the next custom CSS code:
.menu-label-new > a .label-text {
background-color: red;
color: black;
}
.menu-label-hot > a .label-text {
background-color: red;
color: black;
}
.menu-label-sale > a .label-text {
background-color: red;
color: black;
}
.menu-label-new > a .label-text:before {
border-right-color: #ff0000;
}
.menu-label-sale > a .label-text:before {
border-right-color: #ff0000;
}
.menu-label-hot > a .label-text:before {
border-right-color: #ff0000;
}
Text of the labels can be changed using the Loco Translate plugin. Create translation for the theme in your language and change the text.
Regards
Hi Rose,
Please advise where can I insert the above CSS code?
Theme Options > Theme Custom CSS > Global custom CSS.
Regards
Hi Rose,
It works brilliantly! Thanks!
The issue related to '‘How to customize main menu label color, font & Text?’' has been successfully resolved, and the topic is now closed for further responses