How to fix this there is no input text in search bar in mobile view

url: https://makerlab-electronics-ph.myshopify.com/

pass: saboten

Hello @niceeee

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

@media screen and (max-width: 768px){
input#Search-In-Modal, .field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    display: none !important;
}
.search label.field__label {
    display: none !important;
}
.search__button {
    top: -12px !important;
}
.search__button .icon {
    color: #fff !important;
 }
}

Hi @niceeee

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly