• Resolved fenixfunk

    (@fenixfunk)


    I need to remove the words + free shipping

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @fenixfunk,

    I need to remove the words + free shipping

    From what I understand, you’re looking to remove the words “+ free shipping” from your WooCommerce cart page.

    The text “+ free shipping” is likely coming from your shipping plugin, not directly from WooCommerce. Therefore, the first step you should take is to check your shipping plugin’s settings to see if there’s an option to disable or edit this text.

    However, if you can’t find such an option, you can make use of CSS to hide this text. Here is a CSS snippet that you can use:

    .ast-shipping-text {
      display: none ! important;
    }

    Image Link: https://s6.gifyu.com/images/S8uPo.gif

    Here’s how you can add this CSS to your website:

    1. Open your WordPress dashboard.
    2. Navigate to Appearance -> Customize -> Additional CSS.
    3. Copy and paste the CSS provided into the Additional CSS box.
    4. Hit the “Publish” button to save your changes.

    This code will hide the element with the class .ast-shipping-text from being displayed, which should remove the “+ free shipping” text from your cart page.

    Give this a shot and let me know if it solves the issue. If you’re still having trouble, don’t hesitate to reach out. I’m here to help!

    Thread Starter fenixfunk

    (@fenixfunk)

    Thank you so much!!!!!!! I am all set, for now, lol!

    Hi @fenixfunk,

    Thank you so much!!!!!!! I am all set, for now, lol!

    I’m thrilled to hear that the solution worked for you! It’s always a joy to successfully assist our users in resolving their issues.

    I’ll go ahead and mark this thread as resolved. However, if you ever have more questions or issues in the future, don’t hesitate to kick off a new topic.

    We’d be thrilled if you could spare a few minutes to leave us a review at ?? https://www.ads-software.com/support/plugin/woocommerce/reviews.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘for guidance related to WooCommerce cart page’ is closed to new replies.