Reply 214135 to: about change label color

Avatar: Rose Tyler
Rose Tyler
Support staff
May 22, 2019 at 07:21

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;
}

http://prntscr.com/nrq25b

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.