Hello
I would like to customize some things.
-
no space between collections
-
bigger collection title and caption like the photo on each image.
-
Collection header β center
I want to make it like this photo below
Hello
I would like to customize some things.
no space between collections
bigger collection title and caption like the photo on each image.
Collection header β center
I want to make it like this photo below
HI @oscaroline
Which theme you are using for your store?
Can you share the collection section code, then we will help you.
Hello @oscaroline ,
Glad to support you to day.
According to my understanding, you want customize like this:
If Iβm correct, you can check out my suggestion below to make it:
*Note: you can replace the number 15, 65 with another number to be able to move the collection title you want. I added code to make text shadow because the Text have color white so itβs hard to see
I hope you find the answer helpful. If you need further support, do not hesitate to reach out to us.
Kind & Best regards,
GemPages Support Team.
Thank you,
Is there anyway I can make the collection list full length with no space on each side? and add a caption on top of each title?
like this?
yes, please try this code css file
#shopify-section-template--16736191480130__874e45f2-6e61-496e-bf8e-abef837469ef .collection-list-wrapper .collection-list{
column-gap: unset !important;
}
#shopify-section-template--16736191480130__874e45f2-6e61-496e-bf8e-abef837469ef .collection-list-wrapper .title-wrapper-with-link {
justify-content: center !important;
}
#shopify-section-template--16736191480130__874e45f2-6e61-496e-bf8e-abef837469ef .collection-list-wrapper .card.card--standard.card--media .card__content {
top: 65% !important;
transform: translateY(65%) !important;
left: 15% !important;
}
#shopify-section-template--16736191480130__874e45f2-6e61-496e-bf8e-abef837469ef .collection-list-wrapper .card.card--standard.card--media .card__content .full-unstyled-link {
font-size: 25px;
text-shadow: 0px 2px 4px #000;
}
Hello @oscaroline
Please share your website URL.