Home › Forums › Basel support forum › Different product title color for each category › Reply To: Different product title color for each category
May 3, 2019 at 3:04 pm
#122058
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.term-man .color-scheme-light .basel-product-categories li a {
color: red;
}
.term-man .color-scheme-light .basel-product-categories li a:after {
background-color: red;
}
You will get this result http://prntscr.com/njz1yi
You need to change this class for each category .term-man
, .term-woman
and set different colors
Best Regards