Remove product sorting option and shipping estimate
-
Hi,
I would like to remove 2 elements from my WooCoomerce website:
1. Product sorting option. I can’t find it in the theme settings (screenshot 1)
2. The sentence ‘estimation for {country}’ in the shopping cart. I’ve already disabled the shipping calculator in the shopping basket, but that didn’t remove this sentence (screenshot 2).
Thanks for you help!
Best,
Paul
Attachments:
You must be
logged in to view attached files.
Hello,
1. Please add this code to the Theme Settings > Custom CSS
.woocommerce-ordering{
display:none;
}
2. You need to deactivate this in Woocommerce Settings > Shipping.
Best Regards
Hi Elise,
Thanks for the fast feedback.
1. thanks, works!
2. Could you please elaborate? Which setting do you mean? I’ve tried different settings, but the sentence won’t go away
kind regards,
Paul
Hello,
Please provide your site admin access in the private area
Best Regards
Sure, see private content.
Hello,
Please add this code to the Theme Settings > Custom CSS
.woocommerce-shipping-totals th{
display:none!important;
}
.woocommerce-shipping-totals td{
display:none!important;
}
Test the order placing and make sure order has been placed correctly. If any problems with order remove the provided code.
Best Regards
HI Elise,
Unfortunately it doesn’t work. The entire shipping notification (including shipping costs) has disappeared with the code, also in the checkout.
Only the text ‘estimation for {country} (in Dutch ‘schatting voor {country}) should be removed.
Best,
Paul
Hello,
It is not possible to remove only text with CSS, it will require more complicated customization which is not covered by our support as we do not customize plugins
Perhaps you would better to find a plugin.
Best Regards