I cant remove the white translucent background of the search bar, it appears on both desktop and mobile. Does anyone know how to remove it? My website is www.vellatore.com
Hi @vellatore
May I suggest to update code these steps:
- Go to Store Online-> theme → edit code
- Assets/base.css
- Add code below to bottom of file
details[open] .search-modal .modal-overlay {
display: none!important;
}
Hello @vellatore
You can add code by following these steps to hide white background
-
Go to Online Store → Theme → Edit code.
-
Open your base.css theme file
-
Paste the below code at the bottom of base.css
.search-modal__form .field:before,.search-modal__form .field:after,.search-modal__form .field__input:focus{
box-shadow:none !important;
}
Hello @vellatore
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you.
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid theme file.
-
Paste the below code before :
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.


