Hi there
I’m looking to reduce the margins on two of my component cards in the Dawn theme. The screenshots below show the areas that I’m looking to reduce the margins by in RED.
Store link is threesirens.co.uk
Many thanks ![]()
Hi there
I’m looking to reduce the margins on two of my component cards in the Dawn theme. The screenshots below show the areas that I’m looking to reduce the margins by in RED.
Many thanks ![]()
yes, please try this code
.collection-list .card__content {display: none !important;}
.card__content h3.card__heading.h5 {margin-bottom: 0 !important;}
Hi Ketan
When using .collection-list .card__content {display: none !important;}
Unfortunately, the facility to click on the collection box to be taken to the collection page is removed. Is there any alternatives?
.card__content h3.card__heading.h5 {margin-bottom: 0 !important;}
Is there any alternatives?
yes use Shopify section it so that work only this part doesn’t effect other one
Hi Ketan
Where can I find this option in the shopify section?
Many thanks for your help, I really appreciate it!
yes, please add this code
#shopify-section-template--14900024770700__16487324672e880264 .collection-list .card__content {display: none !important;}
shopify-section-template--14900024770700__featured_collection .card__content h3.card__heading.h5 {margin-bottom: 0 !important;}