Remove search from shiping calculator
-
Hello, how i can remove that search bar from shiping calculator, trying it from woodmart custom css and also with js.. but i cant remove it, also tried creating a plugin for replace that.. and i cant, please help!
Attachments:
You must be
logged in to view attached files.
Hello,
Please check your site admin access, I cannot log in.
Best Regards
Hello, thanks for reply, the login is correct but Z is capital letter i tested and its working.
Hello,
What is login ID?
Best Regards
hello, the same one anyway here you go 🙂
Hello,
Please add this code to the Theme settings > Custom CSS > Global
.woocommerce-shipping-calculator{
display:none;
}
Best Regards
Hello, thanks but that delete all the calculator, i wanna remove only the searchbox in the calculator.
i want remove:
<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="text" tabindex="0" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="combobox" aria-autocomplete="list" aria-expanded="true" aria-owns="select2-calc_shipping_country-results" aria-activedescendant="select2-calc_shipping_country-result-n04b-ES"></span>
ill show you in the Attachments.
Attachments:
You must be
logged in to view attached files.
hello, already done it, thanks 🙂
finally was:
body .select2-search{
display: none !important;
}
in custom css.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Remove search from shiping calculator’ is closed to new replies.