Double headings

Hello,
All of my products are on private at the moment

But I’m having an issue with the description heading. I don’t like how it doubles the title ‘description’ and I’d prefer to keep the tab description title instead of the regular text. Please let me know, thanks!

Hello there,

I hope you are doing well today.

ou can remove the description text using so CSS code. I can provide the code however I would need to see the page so create the code.

Best Regards,
Support

Okay I have a product on public now

Hello there,

Please try out the following CSS code:


/*Description Removal*/
div#tab-description h2 {
    display: none;
}

Best Regards,
Support