
Id like it to look like that
@media only screen and (max-width: 767px) {
.product-single__meta{
.icon-cart { color: white; }
.burger-icon { background: white !important;}
}
}
I have tried like this but it doesnt work ,
if i dont put it inside .product-single__meta it works but then its invisible in the collection page.
And its the same problem , i can´t. change the way the icons and logo look just on the collection page.
Any help would be really appreciated.