Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!

How to change text size for Icon with Text

How to change text size for Icon with Text

switchybits
New Member
8 0 0

I want to make this text smaller and can't seem to figure it out as I'm not good with CSS

 

switchybits_0-1703626129970.png

 

Replies 2 (2)

PageFly-Richard
Shopify Partner
5011 1120 1805

Hi @switchybits 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
li.icon-with-text__item span {
    font-size: 20px;
}
</style>

You can adjust the 20px value to increase/decrease font-size 

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

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) 


All features are available from Free plan. Live Chat Support is available 24/7.

matsume
Visitor
1 0 0

Hi Richard! I know it's been two years since you answered this question but I tried what you suggested and my font still hasn't changed. Is it because I actually need to save it first for it to change? ( a little scared to save as I'm worried I wouldn't know how to put it back the way it was)

Thank you!