So I was trying to work out how to make my search icon a bar etc and now my header custom image isn’t working. I’m not sure if you can diagnose this through my site but it’s Manningtree Vintage Vibes | Authentic Vintage Clothing - UK Shipping - password is teefai.
I deleted the code I put in when it messed up, it still hasn’t fixed it. The header is meant to be the same custom image as my footer. Can someone tell me how to fix this?
EBOOST
November 27, 2024, 4:51am
2
Hi @Shane_94 ,
May I suggest to update code these steps:
Go to Store Online-> theme → edit code
Snippets/header-search.liquid
Refer screenshot to add code below:
{% if input_id == 'Search-In-Modal-1' %} open="true" {% endif %}
Go to Assets/base.css add code below to end of file
.header > .header__search summary {
display: none;
}
body .header > .header__search > details[open] > .search-modal {
position: static;
background: none;
padding: 0;
}
body .header > .header__search .search-modal .modal-overlay {
display: none
}
body .header > .header__search .search-modal__content {
padding: 0;
position: static;
}
body .header > .header__search predictive-search {
position: static;
}
body .header > .header__search .predictive-search {
width: 100%;
top: auto;
}
body .header > .header__search #predictive-search-results {
max-width: var(--page-width);
margin: 0 auto;
padding: 0 5rem;
}
body .header > .header__search .search-modal__close-button {
display: none;
}
Result:
Hey, not sure why but this didn’t work for me, it removed the search icon
EBOOST
November 27, 2024, 6:53am
4
Hi,
Could you share 2 files?
Snippets/header-search.liquid
Sections/header.liquid
I will help to apply code for you.
Sure, how do I share them with you?
EBOOST
November 28, 2024, 2:33am
6
1 Like
Hi,
Thank you for the reply, I’ve put the code into the Google Doc
EBOOST
November 29, 2024, 12:52am
8
1 Like
Man you are an absolute legend. Thank you so much! - is there a way I can have a custom text saying “SEARCH BRANDS & PRODUCTS”?
EBOOST
November 29, 2024, 9:58pm
10
Hi,
I updated code on google doc. The new coded has been highlighted by blue color.
1 Like