Hey team,
Looking for some help fixing this search icon when the search bar is open. I used custom code to change the search icon and resize as well, but could use some help targeting the icon when the bar is open.
Studio theme
Site is https://noroceramics.com/
and pass: shopifytest
also happens in mobile
1 Like
@loupinski
Please add the given code above in theme.liquid
online store >> edit code >> theme.liquid
predictive-search button.search__button img {
width: 100%!important;
max-width: 30px;
}
after adding code look like
1 Like
Wow you are amazing. This worked!
Could you help me understand how this accomplished the output? Does the selector
predictive-search button.search__button
refer to the search button only when the search bar is active?
1 Like
@loupinski
Sorry, but i don’t understood what you say? please can you give me the details about your need?