Hello,
I’m trying to change the font / font size of “Blog” posts in the Prestige Theme, without changing the font / font size elsewhere (i.e. product pages, home pages, etc.). I was hoping someone could help me with the right code to make this change, since I’m not well-versed in coding. On the other hand, if there’s a method that doesn’t involve coding, that’d be even better!
Thank you,
Esteban
1 Like
@estebanlau
Please provide your blog post URL and a screenshot that which text font size you would like to change.
That will be helpful.
@estebanlau
Is this font size you would like to change?
These are different heading first one is H1 and the others H2 and H3. Please let me know.
The body font size is what I need to change. The font size of the headings are good like that, but I’d like to increase the font-weight of the H2 to around 600.
Thank you!
Esteban
1 Like
@estebanlau
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-article .Article__Body.Rte .Rte h3{
font-weight: 600;
}
.template-article .Article__Body.Rte{
font-size: 17px !important;
}
Let me know if this works.
Thanks!
1 Like
Yes, that did the trick. Thank you so much!
1 Like
Thank you so much! So helpful and easy! 
Hi! I am trying to change the text size in my blogs. Can you please help me? Thanks!