Hi Shopify Designers,
For this moment, in Debut theme, I am trying to lower the collection title because it merged inside the collection image which makes customers really hard to see. The following screenshot is the illustration:
As you can see above image, the word "Your collection's name" inside the image is very hard to see. Therefore, I need to lower the name to make it display outside the image as shown:
As you can see, I want the name have to be outside the image which means the name will be changed to text type. I wonder if anyone could instruct me the method to adjust it? I would respect and appreciate for that.
Thank you very much,
Best,
Tino Huynh
Hi Tino,
copy below css code and paste it first line of assets/theme.scss.
.collection-grid {
overflow:hidden !important;
}
.collection-grid .collection-grid-item__title {
transform:none;
top:auto;
}
Hi,
I'm hoping you could helpe me with a similar issue.
I am using the Debut theme and when I add this particular code, it moves the title to the bottom but unfortuntaly cuts of the second line.
Ex. In the image attached, it should 'Christmas Stockings'.
Any help is very appreaciated!
Thanks,
Natasha
User | Count |
---|---|
806 | |
121 | |
95 | |
93 | |
69 |