Hey,
I wonder how I can remove the “sök efter produkter” text after you’ve clicked on the search bar to search something but of course keep the text showing when you haven’t clicked on the search bar.
my store: https://r1vex.myshopify.com/
Hey,
I wonder how I can remove the “sök efter produkter” text after you’ve clicked on the search bar to search something but of course keep the text showing when you haven’t clicked on the search bar.
my store: https://r1vex.myshopify.com/
Yes already
Hello @manbru
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.
#shopify-section-sections--22029800276294__header > sticky-header > header > div > div.desktop-search > predictive-search > form > div.field > label {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks