Re: Change size of 'filter' text

How to alter the text size in Craft theme filter?

designbymeg
Shopify Partner
20 0 3

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!

Screen Shot 2023-09-11 at 12.38.07 pm.png

Replies 7 (7)

Artzen_tech
Shopify Partner
552 113 112
Hello @designbymeg 

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

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
designbymeg
Shopify Partner
20 0 3
Artzen_tech
Shopify Partner
552 113 112

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;
}
If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
designbymeg
Shopify Partner
20 0 3

Hmm that didn't work unfortunately. No change at all

Artzen_tech
Shopify Partner
552 113 112

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:

Artzen_tech_0-1694413738552.png

 

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify

INA_MSWEB
Shopify Partner
1281 144 164

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: [email protected]
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

Made4uo-Ribe
Shopify Partner
8223 1973 2413

Hi @designbymeg 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.facet-filters__field label {
    font-size: 40px;
}
span#ProductCount {
    font-size: 40px;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1694435575663.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.