Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I am hoping to get help with formatting my website, currently using FORGE theme.
I have two issues:
1. When using collection lists, the collection name and item count display below the image. I would like to remove the item count and have the collection name on the item (sample attached)
2. How can I display two photos side-by-side without using collection lists?
I can see from the "demo store" for the theme that both are possible, but can't determine how to make the edits.
Thank you!
Hi @Michelle103
1. please, share your store URL. Thanks!
2. You can used image banner.
Example.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hello - the store URL is https://gloriapatricollective.com/
I would like to mirror similarities to the demo website shown for the FORGE theme. Thank you!
Thanks! if you like to make same on the forger theme , its a gallery section. That needs a developer to make same section.
Check this one for the collection.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
p.collection-loop__product-count.block.mb1.animate--text.delay--1 {
display: none;
}
.collection-loop__info.mt3.pb1.px1.a-center {
position: absolute;
top: 85%;
bottom: 0%;
left: 30%;
}
.collection-loop__info.mt3.pb1.px1.a-center h3 {
color: white;
font-weight: 600;
font-size: 40px;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you! I will give that try. Much appreciate your quick response!
Hi, How is it?
It works great, thank you! I was able to figure out how to adjust the font size. Is it possible to adjust the font style? Apologies in advance for the silly question.