Exibir barra de pesquisa no cabeçalho - Script Shopify
Por fernando•Publicado em 9 abr 2023•Atualizado em 7 abr 2024
Script
@media screen and (min-width: 990px) {
.header__search summary {
border: 2px solid;
border-radius: var(--inputs-radius);
width: 250px;
padding: 1rem;
text-decoration: none;
}
.header__icon span {
justify-content: flex-start;
}
.header__search summary,
.header__icon span:after {
color: white !important;
border-radius: 15px;
}
}