Hello,
My store runs on the minimal theme. The search bar icon in the top left of the homepage is gray by default, but I would like to change it to #D4AF37 to match the colors of the website.
Hello,
My store runs on the minimal theme. The search bar icon in the top left of the homepage is gray by default, but I would like to change it to #D4AF37 to match the colors of the website.
Hello,
You can change the color of that icon by applying the below code at the end of your theme.scss file.
.header-bar__search .btn, .header-bar__search .btn:hover, .header-bar__search .btn:focus {
color: #D4AF37 !important;
}
![]()
Cheers!
Thank you so much