You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
@media screen and (min-width: 990px) {
summary.header__icon.header__icon--search {
position: absolute !important;
left: 5%;
top: 20%;
}
}
.search-modal.modal__content.gradient {
background: #fff !important;
}
input#Search-In-Modal, div#predictive-search-option-search-keywords {
background: #fff !important;
}
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
1 Like