Hi! I’d like to change the font size of our blog body text by about 20% from what it is now (20% larger). Any advice would be much appreciated!
Thanks!
Hi! I’d like to change the font size of our blog body text by about 20% from what it is now (20% larger). Any advice would be much appreciated!
Thanks!
Hi @Peter_Brahan ,
You can follow the instruction below:
.article-template__content {
font-size: 1.9rem;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Thanks! That worked great.