Shopify themes, liquid, logos, and UX
Hi,
I'm trying to add a shadow around the product cards on my collection & homepage and also an 'add to cart button'.
Using impulse theme www.fabbrows.us
Solved! Go to the solution
This is an accepted solution.
we have try box shadow bt doesn't look good so can try border
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
.grid__item.grid-product {
border: 1px solid #c7c7c7;
}
hi @Fabbrows
Add this code at the bottom of Theme > Edit code > assets > theme.css file
.grid__item.grid-product .grid-product__image-mask {
box-shadow: 1px 1px 5px 5px rgb(0 0 0 / 25%);
}
Try it and let me know
This is an accepted solution.
we have try box shadow bt doesn't look good so can try border
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
.grid__item.grid-product {
border: 1px solid #c7c7c7;
}
hi , where in dawn theme is the theme.css. i only have the theme.liquid ..so where would i add this code
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024