Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1252883

    My product pages are showing unnecessarily the names of the tabs (“Description”, “Addtional Information” and “Reviews”), all in H2, even though they already appear on top of the sections:

    #1253806

    Hey ramonolivencia,

    Thank you for the inquiry.

    This is actually the default layout of the product tabs. If you want to remove the h2 or heading, you could add this code in the Quick CSS field or in the child theme’s style.css file.

    #top .woocommerce-tabs h2 {
    	display: none !important;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.