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!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Let’s create a unique website design with PageFly for free now!
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
User | RANK |
---|---|
219 | |
149 | |
60 | |
49 | |
46 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023