hello how can i make my search bar like this
mine looks like this right now !
@MinhajAhmed106 I can help you. And can you give me your store’s link?
i cant im not allowed
@MinhajAhmed106 I mean your website link.
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.search-modal.modal__content { top: 100% !important; }
it doesnt work !
Did you reload your page to check after adding the code?
i wanna make that search black border to transparent !!!
Code update
.search-modal.modal__content { top: 100% !important; }
.search-modal.modal__content .search-modal__form { max-width: 100%; }
.search-modal.modal__content .search-modal__form .field input,
.search-modal.modal__content .search-modal__form .field:after { box-shadow: unset !important; border: unset !important; }
thanks !! how can i move the search icon in the bar to the left while making search text font bigger and in capital
Please update the code
.search-modal.modal__content {
top: 100% !important;
}
.search-modal.modal__content .search-modal__form {
max-width: 100%;
}
.search-modal.modal__content .search-modal__form .field input,
.search-modal.modal__content .search-modal__form .field:after {
box-shadow: unset !important;
border: unset !important;
}
.search-modal.modal__content .search-modal__form .field input {
text-transform: uppercase;
font-size: 2rem;
}
.search__button {
right: 100% !important;
}