• Resolved iuliaradu

    (@iuliaradu)


    Hello??. Is there a specific code which takes out H2 from Product Data Tab? I tried this code;
    add_filter( ‘woocommerce_product_description_heading’, ‘__return_null’ ); but it did not work in the review tab.

    Also, I have a variable price which is not showing in the Product Data Tab, how can I show it? It shows normal price.

    Thanks.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @iuliaradu!

    Is there a specific code which takes out H2 from Product Data Tab?

    I am not sure what exactly you would like to achieve. The code you are trying is to remove the product heading description, but it sounds like you are trying to remove/change the H2 only?

    Can you please elaborate a bit more?

    Cheers!

    Thread Starter iuliaradu

    (@iuliaradu)

    Hello,

    I don’t know if there is a code or not. I would like to take out the second header from the tabs.
    https://iesilajoaca.ro/store/loc-de-joaca/loc-de-joaca-2/ – if you look at the review tab, the last one called – Recenzii.. the title of the tab keeps repeating before the body of the tab, I have Recenzii showing twice. I only want to remove H2, yes.

    Thank you.

    Kind regards,
    Iulia

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @iuliaradu!

    If you are referring to the duplicate tabs, you could try the following CSS code:

    #content > div > div.elementor.elementor-1532.elementor-location-single.post-1761.product.type-product.status-publish.has-post-thumbnail.product_cat-loc-de-joaca.product_tag-0-4-ani.ast-article-single.ast-woo-product-no-review.align-left.box-shadow-0.box-shadow-0-hover.ast-product-gallery-layout-horizontal.ast-product-gallery-with-no-image.first.instock.featured.shipping-taxable.purchasable.product-type-simple.product > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-c2ed09b.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div > div.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-fbf342a > div > div > div.elementor-element.elementor-element-69d6900.elementor-widget.elementor-widget-woocommerce-product-data-tabs > div > div {
        display: none;
    }

    You can add this CSS code to the “Additional CSS” section found in your customizer.

    Cheers!

    Thread Starter iuliaradu

    (@iuliaradu)

    Hello,

    Thank you for the CSS, but unfortunately it did not work.
    I highlighted here what I wanted to take out: snipboard.io/zx3lOV.jpg .

    Thanks.

    Kind regards,
    Iulia

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @iuliaradu!

    Then try this CSS code:

    .woocommerce #reviews #comments h2 {
        display: none;
    }

    Cheers!

    Thread Starter iuliaradu

    (@iuliaradu)

    Thank you so much!!! it’s perfect!

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @iuliaradu!

    You are very welcome!

    Have a fantastic weekend further.

    Thread Starter iuliaradu

    (@iuliaradu)

    Is there any chance you might be able to help me with my other issue? I am trying to bring in on the price tab, the variable price..I can only see one part of the price, the first one, not the second variation as well.

    https://snipboard.io/VsUHBO.jpg

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Take out H2 product data tab’ is closed to new replies.