cart button and variant selector CSS code

PHOTO EMBED

Wed Aug 24 2022 09:15:26 GMT+0000 (Coordinated Universal Time)

Saved by @websensepro #cartbutton #collectionpage #variantselector #shopify

.card-wrapper {
height: auto!important;
}

.variant-drop-down {
display:block !important;
}

.variant-button {
background-color: black;
color: white;
padding: 5px;
border-radius: 5px;
margin-top: 5px;
}

.variant-button:hover {
background-color: white;
color: black;
cursor: pointer;
}
content_copyCOPY

https://websensepro.com/blog/how-to-add-cart-button-and-variant-selector-on-collection-page-of-shopify/