Home › Forums › WoodMart support forum › Change font color in tabs in single product page › Reply To: Change font color in tabs in single product page
July 12, 2023 at 4:33 pm
#480907
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-nav[class*="wd-style-underline"] .nav-link-text {
color: #f11212 !important;
}
Change the color as per your need.
Best Regards.