I am trying to fix the search button on the header of my website : https://www.foxmart.co.uk/
I tried clearing cache and updates nothing worked, and I didn’t change any codes as well. Don’t know why the search is not working. Can someone help? Thanks.
1 Like
Hi @swsajid ,
You can try to solve the issue by adding this script before tag in your Online Store > Themes > Edit code > theme.liquid file
@swsajid
For make search button working follow below steps:
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Sections > header.liquid and find below code
find by that class in header.liquid file and then change div with button and make code like this.
and also add css at bottom of timber.scss.css file
.search-bar__input + .input-group-btn {
border: none !important;
}
Hope my solution work well for your site,
Best Regards !
Hi, I added the script before the closing of body tag but it didn’t work. What else can I try?