Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi team,
Wondering if someone can please help me with changing the site of the text I have circled in the screen shot below. I am using 'Craft' theme. thank you!
Its Artzen Technologies! We will be happy to help you today.
please send ur store url
Let me know if need further assistance
Regards,
Artzen Technologies
Go to the Online Store->Theme->Edit code->Assets->base.css>
Paste this css at bottom of base.css file
h2#verticalTitle {
font-size: 25px;
margin-top: 0;
}
h2.facet-filters__label.caption-large {
font-size: 25px;
}
h2.product-count__text.text-body {
font-size: 25px;
}
Hmm that didn't work unfortunately. No change at all
Go to the Online Store->Theme->Edit code->Assets->theme.liquid>
Paste this css at before </body> tag
<style>
h2#verticalTitle {
font-size: 30px;
margin-top: 0;
}
h2.facet-filters__label.caption-large {
font-size: 30px;
}
h2.product-count__text.text-body {
font-size: 30px;
}
</style>
this code work properly as u see in screenshot:
Hi @designbymeg
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
h2.facet-filters__label.caption-large, h2.product-count__text.text-body {font-size: 35px !important;}
Regards,
San
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
Hi @designbymeg
Try this one.
.facet-filters__field label {
font-size: 40px;
}
span#ProductCount {
font-size: 40px;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024