How do I make these changes again to make my site look like it used to. Do I need different codes.
This is to remove padding of the product picture on product page.
@media screen and (max-width: 999px){
.product__media-item {
padding-top: 0px !important;
}
This is to change things on featured collections.
.product-item__info
.product-item-meta {
display: block;
margin-top: -1px !important;
margin-bottom: -5px !important;
margin-right: 0px !important;
margin-left: 0px !important;
text-align: center !important;
}
And this is to disable the search tap area.
a.header__icon-wrapper.tap-area.hidden-pocket.hidden-lap, a.header__icon-wrapper.tap-area.hidden-desk {
display: none !important;
}