Hi guys,
somehow the word ‘description’ has duplicated itself on every single product page. See screenshot below. The same also applies to the additional information tab. This is also the case on another website I run enfold+woocommerce.
Hey clairemartindigital,
Please refer to this thread for a possible solution.
Or you could add this in your functions.php
add_filter( 'woocommerce_product_description_heading', 'remove_product_description_heading' );
function remove_product_description_heading() {
return '';
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
thanks for this. The function worked. The css from the other thread did not. You can close this one. Thanks
Hi!
We’re glad that Victoria was able to help you. If you have any other questions or issues, feel free to post them here on the forum and we will try our best to help.
Thank you for using Enfold.
Cheers!
Sarah