• Resolved ihdumille

    (@ihdumille)


    Hi
    On my product page the additional information below (beskrivelse in danish on my site) is double.
    I can’t find a reason for it, can anyone help me? I would like to remove the one in capital letters.

    Also I would like to hide the header “udvalg” on this page https://meisolle.dk/butik/

    I wonder if those two are connected somehow?
    Regards Christina

    Wordpress ver. 5.9.3
    woocommerce ver. 6.4.1

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    On my product page the additional information below (beskrivelse in danish on my site) is double.

    I understand you are trying to hide the additional information heading. This can be done by applying a snippet below.

    add_filter( 'woocommerce_product_additional_information_heading', '__return_null' );

    I would recommend using a plugin like?Code Snippets?to add the snippet to your site.

    https://woocommerce.com/document/customizing-woocommerce-best-practices/#section-4

    Also I would like to hide the header “udvalg” on this page https://meisolle.dk/butik/

    It looks like this page was created using blocks, and the header “udvalg” was added with a heading block. If that’s the case, deleting the heading from the edit page should fix the issue.

    I hope it helps.

    Thread Starter ihdumille

    (@ihdumille)

    Hi Maykato
    So dum I am, thanks for help with the header.

    But the code didn’t work ??

    Hi @ihdumille

    Sorry! The previous code was for removing the additional information title. Instead of that code, can you try below to remove the description title?

    add_filter( 'woocommerce_product_description_heading', '__return_null' );

    Thread Starter ihdumille

    (@ihdumille)

    Yes, thank you so much ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘double headers on page’ is closed to new replies.