On my search results page found here https://downunderthunder.com.au/search?q=satisfyer&options%5Bprefix%5D=last
The search box is white and has no border making it invisible. How do I change it to have a black border and white background.
On my search results page found here https://downunderthunder.com.au/search?q=satisfyer&options%5Bprefix%5D=last
The search box is white and has no border making it invisible. How do I change it to have a black border and white background.
Hey @JayFinlay
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey @JayFinlay
Keep the previous code and add this new code above in the end of theme.liquid.
.search__input.field__input {
border: solid 1px black !important;
}
.template-search__search .search label.field__label {
color: black !important;
}
.search__button svg {
color: black !important;
}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you again! Almost perfect just missing one thing, the text itself as you type in the box is still white so you can’t see what you have written.
Edit: Did it myself, thank you.
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.