Hello team,
I would like to change the font size of all K2 article's title: http://invertertrading.com/es/blog Actually is too big.
Could you please help?
Thanks in advance. Best regards.
Mohamed.
#k2Container article header h2 { font-size: 36px; }
normanUK wrote:Please add following css code in to override.css and enable css override option in template settings > advanced settings > css override "on".
36 is default size currently. Change it to your required size.
- Code: Select all
#k2Container article header h2 { font-size: 36px; }
See you around...
#k2Container h1, #k2Container h2 { font-size: 36px;}