Re: How to change italics font for sub heading

How to change italics font for sub heading

Fluidartsupplie
Visitor
3 0 0

Hi there. I am hoping someone can help me please. I have the Kalles theme and my font sitewide is set up as Montserrat. However, whenever italics is showing it is a script font like Georgia. I would like it to be Montserrat. Would anyone know how I could easily change that within the theme code please? Italics is not mentioned anywhere in the theme typography panel.  My website > www.fluidartsupplies.com.au

 

Thanks

Replies 2 (2)

suyash1
Shopify Partner
9866 1226 1566

@Fluidartsupplie - add this css to the very end of your theme.scss file and check

.lazyloaded .sub-title, .lazyloaded .f__libre, .lazyloaded blockquote, .lazyloaded em
{font-family: 'Montserrat';}
To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me

PageFly-Richard
Shopify Partner
4661 1068 1725


Hi @Fluidartsupplie .

 

I’m Richard Nguyen from PageFly- Free Landing Page Builder

 

You can go to Online store => themes => actions => edit code  and add this code on file theme.scss.css

/*remove font italic*/
.sub-title{
font-style: unset !important;
}
/*fix font montserrat*/
.lazyloaded .sub-title, .lazyloaded .f__libre, .lazyloaded blockquote, .lazyloaded em{
font-family: Montserrat !important;
}

 

Hope this answer helps.

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.