Long Description shows additional tags artifact

Hello, when I add a long description I get this:
https://www.abcblossoms.com/product/agapanthus-dark-blue-80cm/
Note the additional tags showing above and below the Description - not sure why these are are showing - can you help me to hide? Selected Enable Product Tab in X-Theme (current version). Ty.

Also we have a similar site where we have hidden the ‘Description’ title using the css below - same css does not work on the abcblossoms.com site above. Please advise:
https://www.flowerpresale.com/cutflower/product/agapanthus-dark-blue-80-cm-1-27/
Here is the css that works for flowerpresale.com but not for abcblossoms.com:

// hide long description border
.woocommerce div.product .woocommerce-tabs .x-tab-content, .woocommerce-page div.product .woocommerce-tabs .x-tab-content,.woocommerce-tabs .x-nav-tabs {
border: none;
}
// hide long description ‘Description’ header/title
div#tab-description h2,
div#reviews .x-comments-area h2,
.woocommerce-tabs .x-tab-content .description_pane h2 {
display: none;
}
// hide long description ‘Description’ tab title
.description_tab {
display: none;
}
// remove extra white space above long description
.x-tab-content .x-tab-pane {padding-top: 0px !important; padding-bottom: 0px !important;
}

Hello @rstreng,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

.woocommerce div.product .woocommerce-tabs {
    display: none;
}

Thanks.

Well, let me be more clear - we want to display the text of the long description, but style to remove the ‘Description’ title and also not show the stray html tags - your solution hides everything, but we still want to show the text. Ty.

Hi There,

Thank you for the clarification, Cornerstone is not installed on this site (https://www.abcblossoms.com/), X requires the Cornerstone to run.

You can navigate to X > Validation wait for a few seconds. X will automatically install the Cornerstone for you in the background. Then navigate to Plugins panel and activate the Cornerstone (if its not already activated)

That should show you the description instead of the shortcodes, and make your custom CSS effective.

Hope it helps,
Cheers!

That works, ty… :wink:

You are most welcome. :slight_smile:

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