• Resolved w-sky

    (@w-sky)


    Hello, I would really like to remove the heading in the product details block. It is very large (h2 on the front end) and it is actually superfluous. In the selection tab above there is exactly the same word, clearly highlighted. (Description / Additional Information / Reviews)

    I just want to remove that heading, but unfortunately the product details block in site editor does not have an option for this and the heading element does not seem to be its own CCS class that I could hide.

Viewing 1 replies (of 1 total)
  • Hey there, @w-sky! Thanks for contacting us. I’m happy to help you.

    To confirm, you want to remove this, right?

    If so, you can do it by adding the following CSS code to your website:

    .woocommerce div.product .woocommerce-tabs .panel h2{
    display: none !important;
    }

    To do that:

    • Go to Appearance → Editor.
    • Click Styles in the Design menu.
    • Click the pencil icon to edit your styles.
    • After you open Styles using the steps above, click the three dots to the right of the Styles heading.
    • Select Additional CSS.
    • Paste the code there
    • Don’t forget to save the changes

    You can find more about this in this guide.

    I hope this was clarifying. Please let us know if there’s anything else we can do to help or if you have any questions.

    Have a wonderful day!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.