Comments 1jodyannthomas started the conversationOctober 9, 2020 at 6:23amHelloIs it possible to remove the DESCRIPTION title from under the Description tab?Also, is it possible to have Kind regardsJody 2,965Andrew repliedOctober 9, 2020 at 6:49amHi Jody,It looks like it is coming from the text added to the description area. If so then remove the title.Also include a url to that product so that we can see possible css to remove.Kind regards. jodyannthomas replied privately 2,965Andrew repliedOctober 10, 2020 at 5:53amHi Jody, Thanks for reaching out. Please paste the below code in your custom code: Salient Theme Options > General Settings > CSS/Script Related: .woocommerce .woocommerce-tabs > div h2 { margin-bottom: 4px; display: none; } Kind Regards 1jodyannthomas repliedOctober 11, 2020 at 9:25amThank you Andrew. That worked perfectly. Sign in to reply ...
Hello
Is it possible to remove the DESCRIPTION title from under the Description tab?
Also, is it possible to have
Kind regards
Jody
Hi Jody,
It looks like it is coming from the text added to the description area. If so then remove the title.
Also include a url to that product so that we can see possible css to remove.
Kind regards.
Hi Jody,
Thanks for reaching out.
Please paste the below code in your custom code: Salient Theme Options > General Settings > CSS/Script Related:
Kind Regards
Thank you Andrew.
That worked perfectly.