Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #807317

    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.

    View post on imgur.com

    #808083

    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

    #813351

    Hi,

    thanks for this. The function worked. The css from the other thread did not. You can close this one. Thanks

    #813361

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce single product page’ is closed to new replies.