Hello,
I'm trying change the font size in (template-fonts) to change it in "blog categories".
You can see http://blog.vinotecaubeda.com/hemerotec ... destacadas
The title of articles it ver big. And the page don't work well.
Can help me ?
Thanks
.blog h2 {font-size: 1.5em!important}
.blog h1 {font-size: 1.8em!important}
Seichinha wrote:Hi
That's because this template is based on different fonts on type font selectors on template parameters.
If you want to use font configuration like our demo, you can download the attach file, decompress and you will have a detail screenshot.font-used-demo.zip
Anyway if you still want to keep the font, you can decrease the font size using this lines (e.g.)
- Code: Select all
.blog h2 {font-size: 1.5em!important}
.blog h1 {font-size: 1.8em!important}
You need to place this code on ../css/override.css file and them enable the use of css override on template parameters >advanced settings.