This topic has 6 replies, 4 voices, and was last updated 8 years, 1 months ago ago by Rose Tyler
Hi, i wanna change title’s color of selected tab in the product page…is possible? Also i wanna delete the “additional information” tab…it’s possible?
Thanks
Hello,
How to remove tab you can read here https://docs.woocommerce.com/document/editing-product-data-tabs/
Use this css code to change tab title color:
.tabs .tab-title.opened {
color: grey;
}
Regards,
Eva Kemp.
I have remove the tab but i insert the code and the color doesn’t change….
Hello,
Please try to use the following code
.tabs.accordion .tab-title.opened {
color: red !important;
}
Regards,
Robert Hall
Ok now it’s ok..thanks
Hello,
You are welcome!
Regards,
Rose Tyler.
The issue related to '‘Change title's color of selected tab’' has been successfully resolved, and the topic is now closed for further responses