Hey guys,
(I’m using the Dawn theme, my store is asade.co.il | the password is gatenyo)
I’m trying to edit and change both the header size and remove the cart icon from the header.
However, when I change one of them, the other is changed back to his default.
Both changes are made in the Asset->base.css
I’m removing the cart with this code:
#cart-icon-bubble {
display: none;
}
And changing the header size with this one:
@media screen and (min-width: 990px){
.header__heading-logo {width: 40% !important;}
.header {padding-top: 0rem !important;padding-bottom: 0rem !important;}
}
How can I set both of the changes without canceling the other?