This topic has 11 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hello, could you tell me please how and where I can change the font size of the Blog?
In the settings Theme typeface, change the font size of the pages but not to the Blog.
I would like to raise the size of the current typeface Blog to 15px and reducing H2, H3 also the Blog.
thanks
Hello,
Please add this code in custom.css file:
.page-heading .title {
font-size: 15px !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Hi Eva
I followed the steps to activate the video tutorial custom.css I added the code and has not changed anything.
Maybe it’s because I’m using the childtheme?
Hello,
If you use child theme you need write the code in style.css of your child theme.
Please try it.
Regards,
Eva Kemp.
Hi Eva
Like I said I am using the child theme and does not work me like that.
If you use the child theme:
Is it necessary to activate the custom.css configuration and follow the steps in the tutorial video?
or
Only write code in style.css of child theme?
I’ve also tried to make the change following the Legenda video tutorial with the main theme (no child theme) and does not work me
Hello,
As I see font size for Blog title is changed:
http://storage4.static.itmages.com/i/15/0515/h_1431681109_1387944_400b0ef697.png
If you want to change some other element please show a screenshot.
Thank you.
Regards,
Eva Kemp.
to see, forgiveness because it is clear that I have not explained well.
I am not referring to the title of the blog, I mean the source of the blog articles.
The default size is 13px using Raleway and I want the font size of the posts is 15
I enclose capture.
Hello
You may change this fonth in theme options->typography because it is “main” font. Another way is to set css values manually in custom.css:
.content-article {font-size:14px;}
With best regards
Brian Johnson
ok now works
thanks
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Typography Blog’' has been successfully resolved, and the topic is now closed for further responses