Shopify themes, liquid, logos, and UX
Hello,
I need to change my search bar text and color. I want to reduce letter spacing of placeholder, and change color to black. I also need help making borders rectangle, and the section background gray.
My store url is: designsfordivine.com
I appreciate any help
Thanks very much
Solved! Go to the solution
This is an accepted solution.
Hello @omero
.template-search__search .field__label {
letter-spacing: 0;
color: #000 !important;
}
.search__input.field__input{
border-radius: 50px;
}
Please add this css in your base.css file.
Thanks.
This is an accepted solution.
Hello @omero
.template-search__search .field__label {
letter-spacing: 0;
color: #000 !important;
}
.search__input.field__input{
border-radius: 50px;
}
Please add this css in your base.css file.
Thanks.
Hey, Thank you, this helped me edit the text so I accepted as solution. If you have an idea about how to make this part gray?
Only for mobile?
forgot to mention that, but yes for mobile only
@media only screen and (max-width: 767px) {
.template-search__search{
height: 100%;
background-color: gray;
padding: 20px 0 50px;
display: block;
margin: 0;
}
}
Add this css
Hello, thanks very much, can you help me remove the right and left space?
like this screenshot below
Hello @omero
.template-search__header{
background-color: gray;
}
Add this css.
Thanks.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025