Change Product Tab Text Color on Tab Headers

I’m trying to change the color from the global link color to white.
It can stay blue on hover, though I may want to change that later.
Any code for that? I’ve read a dozen forum posts but nothing in theme worked.

Thank you!

Jesse

Hello Jesse,

Please add this code X > Theme Options > CSS:

.woocommerce-tabs .x-nav-tabs>li>a, 
.woocommerce-tabs .x-nav-tabs.top>.active>a {
    color: #fff !important;
}

Hope this helps.

Perfect thank you!

Glad we could help, Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.