To change the colour of the active tabs using CSS in woocommerce use the code below.
1 2 3 4 5 6 7 |
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background-color:#0c3b5e !important; color: #fff !important; } |
To change the colour of the active tabs using CSS in woocommerce use the code below.
1 2 3 4 5 6 7 |
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background-color:#0c3b5e !important; color: #fff !important; } |
© 2022 CODEHAVEN