Home Forums WoodMart support forum Remove search from shiping calculator

Remove search from shiping calculator

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #90755

    infantdeco
    Participant

    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.
    #90773

    Hello,

    Please check your site admin access, I cannot log in.

    Best Regards

    #90780

    infantdeco
    Participant

    Hello, thanks for reply, the login is correct but Z is capital letter i tested and its working.

    #90783

    Hello,

    What is login ID?

    Best Regards

    #90784

    infantdeco
    Participant

    hello, the same one anyway here you go 🙂

    #90786

    Hello,

    Please add this code to the Theme settings > Custom CSS > Global

    .woocommerce-shipping-calculator{
        display:none;
    }

    Best Regards

    #90789

    infantdeco
    Participant

    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.
    #90805

    infantdeco
    Participant

    hello, already done it, thanks 🙂

    finally was:

    body .select2-search{
      display: none !important;
    }

    in custom css.

    #90822

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Remove search from shiping calculator’ is closed to new replies.