hello everyone, can anyone please guide me on, how to replace a search icon with search box
i am using dawn theme 15.1.0 version
looking forward to the guidance
thank you
hello everyone, can anyone please guide me on, how to replace a search icon with search box
i am using dawn theme 15.1.0 version
looking forward to the guidance
thank you
Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.
Best regards
Sahil
Hi @momsabhiruchi Thanks for the URL, I have looked into the site, here is the base code that you can use this is not the exact code that you can directly copy and paste in your theme file, you need to modify the base code according to your theme.
Please follow the steps mentioned below:
.search-form {
display: flex;
align-items: center;
}
.search-input {
padding: 8px;
font-size: 14px;
border: 1px solid #ccc;
border-radius: 4px;
}
.search-button {
background-color: #000;
color: #fff;
padding: 8px 12px;
border: none;
border-radius: 4px;
cursor: pointer;
}
Note: As mentioned earlier, you need to edit the base code above according to your theme files.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Best Regards
Sahil