Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, I would like to modify the appearance of the search tool: "search"
the 1st photo shows what I currently have and the second shows what I want to obtain
I'd like to have a white block with the "Search" writing in black instead of what i have now ( the opposite)
Shopify customer service advised me to modify this with custom code but I don't know much about it
Thanks in advance to those who will answer me
Solved! Go to the solution
@THIJPF - please add this css to the very end of your theme.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> theme.css
.icon--header-search{margin-left: 10px;}
.header__search-bar.predictive-search{background-color: #fff; color: #000;}
.predictive-search__input::placeholder{color:#000;}
it worked thanks a lot
but the "search" text disapperead
It worked perfectly thanks a lot