Reply 285374 to: I want to change the color and text style of Woocommerce tabs.

Avatar: Rose Tyler
Rose Tyler
Support staff
April 25, 2021 at 09:11

Hello,

1) Try to use the next custom CSS code:

.tabs .tab-title {
    color: #2B5F84;
    font-size: 18px;
    font-weight: bold;
}

2) You can change color and bg color via Theme Options > Styling > Dark buttons.
About font:

.single-product .form-submit input[type="submit"] {
    font-size: 18px;
    font-weight: bold;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.