This topic has 4 replies, 2 voices, and was last updated 3 years ago ago by Rose Tyler
i want to change that border color but css not working see here https://prnt.sc/1xa1rfu
ok thank you, one more issue i have the sale label background color when i change it, it work on home page product but when i see the product on single page its showing diffrent color. how do i change the color see there https://prnt.sc/1xa3kq4
https://prnt.sc/1xa3plh
i want this color ##F36E21 for all label of sale or hot or new
https://prnt.sc/1xa3qzb
Hello,
Theme Options > WooCommerce > Single product builder > Sale > WCAG Background Control
And add this code in Theme Options > Theme custom CSS > Global custom CSS:
.menu-label-hot>a .label-text {
background-color: #F36E21 !important;
}
.menu-label-hot>a .label-text:before {
border-right-color: #F36E21 !important;
}
Regards
Tagged: #303030, bottom forder, color change, related products, templates, woocommerce, wordpress
The issue related to '‘related product bottom forder color want to change to #303030’' has been successfully resolved, and the topic is now closed for further responses