All things Shopify and commerce
My store’s product page font is very small in mobile view and appears too large on desktop view. Is there anything I can do to make it look better? My store is placentactive.com.au.
Solved! Go to the solution
This is an accepted solution.
Thank you so much; it worked as expected! 🙂
I have another question: Is it possible to make the product page headers as bold on the mobile version as they are on the desktop version and also a bit bigger? Otherwise, there’s just too much text.
hello @sofiakarkus
Can you please send me the Website URL.
Thanks
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
.breadcrumbs, .product-upsell__content, .variant__countdown {
font-size: 15px !important;
}
.product__price-and-badge .product__price, .product__block.product__description.rte.aos-init.aos-animate {
font-size: 16px !important;
}
.product__price--off {
font-size: 10px !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Thank you! My product description looks bigger and more readable now, but other text elements like product benefits, how to apply, etc., still appear as small as they were before. Is there any way to adjust these as well to make them look bigger?
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
.product__accordion__title {
font-size: 16px !important;
}
.product__accordion__inner{
font-size: 18px !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Please Mark my both solutions as an Accepted Solution.
Thanks 🙂
This is an accepted solution.
Thank you so much; it worked as expected! 🙂
I have another question: Is it possible to make the product page headers as bold on the mobile version as they are on the desktop version and also a bit bigger? Otherwise, there’s just too much text.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024