Dawn theme search bar transperent!

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.

https://www.mintstore.pk/

Hi @MinhajAhmed106

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

Hi @MinhajAhmed106

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;
}

it doest move to left… thanks how do it increase the font size of SEARCH FOR… Text so it can be in the middle of search icon