Home Forums WoodMart support forum Issue with duplicated shipping text on WooCommerce product page

Issue with duplicated shipping text on WooCommerce product page

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

    just-click.it
    Participant

    Hello Woodmart Support,

    I’m using the Woodmart theme with WooCommerce and Elementor to customize my single product page template.

    I have a duplicated shipping message appearing near the add-to-cart button:

    “🚚 Consegna gratuita in 2–3 giorni”

    I already removed this text from the visible HTML/widget inside the product template, cleared the cache, and also checked the page in incognito mode, but the message is still displayed.

    It seems that this text may be generated automatically by the theme, by the add-to-cart block, or by a Woodmart extra product page element.

    Could you please help me understand where this message is coming from and how I can disable or edit it?

    I would like to keep only one shipping message under the product price and completely remove the duplicated one above the add-to-cart button.

    Thank you.
    Best regards

    #719408

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The duplicated shipping message is not coming from the WoodMart theme itself.

    I checked the HTML output, and the message is generated by the custom element/class.

    This content is most likely added by a custom Elementor widget/block, custom code/snippet, or a third-party plugin/customization.

    If you only want to hide the duplicated message, try to add the following custom css code in Theme Settings > Custom CSS:

    .gm-delivery {
        display: none !important;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)