Product tabs are not visible when the product is marked as draft

This topic has 2 replies, 2 voices, and was last updated 2 years, 9 months ago ago by Rose Tyler

  • Avatar: Daniel Partadzhiev
    Daniel Partadzhiev
    Participant
    July 27, 2021 at 14:12

    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:

    https://prnt.sc/1gmdpe9

    Thanks in advance!

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2021 at 10:55

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.