Shopify themes, liquid, logos, and UX
I try to add code in theme.liquid, button is where I want, but color, border, size isnt changing. Also my products aren't clickable after these changes.
I want to make add to cart button - reduce height, make it transparent, take of border
Thanks
Code which I use - <style>
.card-wrapper.product-card-wrapper {
position: relative;
}
.card-wrapper.product-card-wrapper .card--standard > .card__content {
position: relative;
display: flex;
flex-direction: column;
}
.card-wrapper.product-card-wrapper .product-image {
position: relative;
}
.card-wrapper.product-card-wrapper .quick-add {
position: absolute;
width: 80%;
height: 40px;
bottom: 90px;
display: none;
padding: 0px;
text-align: center;
border: none;
border-radius: 5px;
}
.card-wrapper.product-card-wrapper:hover .quick-add {
display: block;
}
</style>
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025