This topic has 2 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler
Hello,
We have an issue with the product tabs not showing when the product is marked as draft. As far as I can see in the console, the .woocommerce-tabs:not(.loaded) class is applied:
Thanks in advance!
Hello,
Add the next code in Theme Options > Theme custom CSS > Global custom CSS:
.status-draft .woocommerce-tabs:not(.loaded) {
opacity: 1;
visibility: visible;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up