Shopify themes, liquid, logos, and UX
Hi! I would like to resize my medium heading font size to be slightly smaller. Any suggestion on how I can do that? My shop: https://6fa09b.myshopify.com/ theme: Dawn
I’m Kate from PageFly - Landing Page Builder, I’d like to suggest this idea:
Step 1: You go to Onlise store -> Theme -> actions -> Edit code and choose file theme.liquid
Step 2: You add CSS code in body file theme.liquid
.rich-text__heading span strong{
font-size: medium !important;
}
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from Free plan. Live Chat Support is available 24/7.
Hello @chocolatte1234
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
@media (max-width: 767px ) {
.shopify-section h2.rich-text__heading.rte.h1 {
font-size: 18px;
}
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
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