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:
Navigate to Appearance -> Customize -> Additional CSS.
Copy and paste the CSS provided into the Additional CSS box.
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!
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.