Change k2 article's title size

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Apr 28, 2013 6:55 pm
Reply with quote
Report this post
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.
User avatar
Fresh Boarder

GK User
Sun Apr 28, 2013 9:01 pm
Reply with quote
Report this post
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...
User avatar
Platinum Boarder

GK User
Mon Apr 29, 2013 12:18 am
Reply with quote
Report this post
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...


Hello Norman,

Thanks for your answer. It worked gor k2 category view. However, it doesn't work for article view.

¿Could you please help me a little bit more?

Thanks in advance for your help.

Best regards.
User avatar
Fresh Boarder

GK User
Mon Apr 29, 2013 12:24 am
Reply with quote
Report this post
Try following instead please.

Code: Select all
#k2Container h1, #k2Container h2 { font-size: 36px;}


See you around...
User avatar
Platinum Boarder

GK User
Mon Apr 29, 2013 12:47 am
Reply with quote
Report this post
Good night Norman,

I tried the second instead, but I had to put both overrides together in order to see the resize in both category view and article view.

Best regards, and thank you very much for your help.
User avatar
Fresh Boarder

GK User
Mon Apr 29, 2013 12:57 am
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron