Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support AR Rasel

    (@arrasel403)

    Hi @lightgal,

    Hope you are doing well. To remove this paragraph, you need to use custom CSS code.

    Please use the below custom CSS code and then retry.

    .eael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order p:first-child {
        display: none !important;
    }

    You can easily apply custom CSS by following this documentation: https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/

    Hope this will help you. Let me know how it goes.

    Thanks!

    Thread Starter lightgal

    (@lightgal)

    Hi AR Rasel

    Thank you for your reply and solution. It works well for term and condition now.
    But the original sentence (Your personal data will be used to process your order ….) is missing.

    Meanwhile, I have created my cart and checkout pages using essential add on. However, it shows the following under system status for woocommerce pages,

    Cart: Page does not contain the [woocommerce_cart] shortcode or the woocommerce/cart block.
    Checkout: Page does not contain the [woocommerce_checkout] shortcode or the woocommerce/checkout block.

    Will there be any problems?

    Kindly advise.

    Thank you.

    Plugin Support AR Rasel

    (@arrasel403)

    Hi @lightgal,

    Sorry for the inconvenience. Please remove the previous shared custom CSS and use this one and then retry once.

    .woocommerce-terms-and-conditions p:first-child {
        display: none !important;
    }

    And for the Error message: This error message comes as you didn’t use the WooCommerce default checkout or cart page. You will get the same error message if you use any third-party plugin to create the checkout or cart page. Only you will not get the error message if you use the shortcode to use the WooCommerce default checkout or cart page.

    So this is not an issue and will not affect your site. You can ignore this message.

    Hope you understand. Thanks!

    Thread Starter lightgal

    (@lightgal)

    Hi AR Rasel

    Thank you for the solution. It works well now.

    Appreciate for explanation for the error message for woocommerce pages for my cart and checkout pages.

    Have a great day ahead!

    Best Regards

    Plugin Support AR Rasel

    (@arrasel403)

    Thanks for your update.
    I am closing this topic.

    Have a good day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Extra paragraph appeared on Term and condition from the check out page’ is closed to new replies.