LovAri
November 17, 2024, 6:19am
1
Currently, my header is transparent and all my header icons and pages are in white, when I click on the search bar nothing shows up because the scheme is white, how can I fix this while keeping everything else the same?
I attached what it looks like now and what I’d like it to look like.
Hello @LovAri Could you please provide your store URL so that I can check it and offer a solution?
suyash1
November 17, 2024, 11:54am
3
@LovAri - can you please share this page link?
DaisyVo
November 17, 2024, 12:39pm
4
Hi @LovAri
Could you please share with me your store URL and password if it has?
Best,
Daisy
DaisyVo
November 18, 2024, 3:30am
7
Hi @LovAri
To complete your requests, please follow these steps:
Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
Paste the code provided into the Custom CSS section.
search-form.search-modal__form form.search.search-modal__form * {
color: black !important;
}
search-form.search-modal__form form.search.search-modal__form {
border: 1px solid rgba(0,0,0,0.2) !important;
}
Here is the result: https://prnt.sc/YIMtQVsvGIDp
I hope this helps
Best,
Daisy
LovAri
November 18, 2024, 4:11am
8
It sort of works but when I click on it to type something the outline disappears
DaisyVo
November 19, 2024, 2:43pm
9
HI @LovAri
Please add this code more to the same position
input.search__input.field__input:focus {
border: 1px solid black !important;
margin-right: 0 !important;
}
Here is the result: https://prnt.sc/PXE9zQf67pri
I hope this helps
If it helps, please let us know by giving it a Like or marking it as a Solution!
Daisy