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
Hi there,
I would like to change the font size for the title and the price in the product grid. Actually is my font size for the price bigger than the product title. I prefer it like the opposite.
Means: Title font for the price and
price font for the price.
But i want to change only the size not the position.
But in " every section product grid, collection, search results etc.
would really appreciate the help.
Maxi-Brillian (maxibrillian.com)
pw: deropa
Solved! Go to the solution
This is an accepted solution.
Hello @MaxiMaxi
It's GemPages support team and glad to support you today.
I would like to give you a solution to support you.
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid theme file.
3. Paste the below code before </body>:
<style>
.card__heading a{
font-size: 16px;
}
.card-information .price{
font-size: 14px;
}
</style>
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
This is an accepted solution.
Hello @MaxiMaxi
It's GemPages support team and glad to support you today.
I would like to give you a solution to support you.
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid theme file.
3. Paste the below code before </body>:
<style>
.card__heading a{
font-size: 16px;
}
.card-information .price{
font-size: 14px;
}
</style>
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Worked Great , Thanks!!!
Hello @GemPages
Can you advise for this link please, I'm using Dawn theme and i want to edit the css section. not from code editor.
https://ninety60ninety.com/collections/beach-cover-ups
Thanks!