WooCommerce Product "Content" not showing

Hi,

I have a few products on my site, here is one example.

I have added a product description in the product content area using the visual editor, from memory this previously showed in the desciption area.

Now All I get is a “Description” Tab with no content. Can you please advise.

This is what is added to the content area:

Hi there,

For some strange reasons that I could not find the tab content was hidden. I am not sure why this is happening for your installation as I could not recreate the same problem on my local installation.

Anyway, kindly add the CSS code below to X > Launch > Options > CSS:

body .x-tab-content>.x-tab-pane {
    display: block;
}

Hope it helps.

Hi, Thanks for the reply, but I’ve added this and it hasn’t made any change?

…actually all good. Thanks.

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.