Home › Forums › WoodMart support forum › How to Change Underline Color in Ajax Products Tab? › Reply To: How to Change Underline Color in Ajax Products Tab?
November 21, 2022 at 7:02 am
#422380
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .tabs-wd-63739a85824d2.tabs-design-default .products-tabs-title .tab-label:after,
body .tabs-wd-63739a85824d2.tabs-design-alt .products-tabs-title .tab-label:after {
background-color: red;
}
Best Regards