• Resolved ryangranieri

    (@ryangranieri)


    Hi,
    I have added a select option to my checkout page and have configured this within Woocommerce. I am noticing however that above the options is a search bar that I can’t seem to remove from inside the woocommerce ‘Checkout Field’ settings.

    Keep in mind I do have CartFlows installed for the template of my checkout page but I don’t believe it would be responsible for any checkout field errors as I have left all checkout field editing purely to woocommerce to avoid any conflict between the plugins.

    If there is a custom CSS that I can put in to fix this or perhaps a setting I need to change that I have missed, any help will be appreciated!!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Saif

    (@babylon1999)

    Hello @ryangranieri,

    I understand you want to remove the search bar from that field. You can add the following snippet in the additional CSS section of your theme.

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

    As for how to remove it completely, then please contact CartFlows support.

    Hope this helps!

    Thread Starter ryangranieri

    (@ryangranieri)

    Hi Saif,

    Thanks so much for that, it seems to have fixed the issue.

    Have a great day!

    • This reply was modified 1 year, 11 months ago by ryangranieri.

    Hi @ryangranieri

    You are most welcome and we’re glad that worked! ??

    Meanwhile, if you have a moment to spare, we would love it if you could share your thoughts with us by leaving a review or feedback. Your experience and feedback are important to help us improve and ensure we’re always providing the best possible support.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing search bar from ‘select’ option in checkout field’ is closed to new replies.