I’d like to get the tittles and Vendors underneaths Product Image in Catalog Page and centered them
1 Like
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
.card.card--card.card--media .card__content {
position: relative !important;
}
Here is the result: https://prnt.sc/JopXpADTrmWO
I hope this helps
Best,
Daisy
It works but is there a way to change the font size?
1 Like
What about under Collection Lists?
Please add this code
.collection.page-width li.grid__item h3.card__heading {
font-size: 26px !important;
}
.collection.page-width li.grid__item h3.card__heading + div.card-information * {
font-size: 30px !important;
}
Here is the result: https://prnt.sc/QsgmyPcCy4A8 ; https://prnt.sc/_LgoloviiV60
I hope this helps
Best,
Daisy
Where is the Collection Lists? I can’t see it
