A simple override for H5 line height

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 Jul 06, 2014 12:54 pm
Reply with quote
Report this post
Hello,
I am wanting an override for the line-height for h5 please.

I am manually typing <span style="line-height: 1.7;"> but I'm sure an override, just for h5, would be better.

Can you point me in the right direction please (the simple stuff always is the hardest) :oops:

kind regards
Drew
User avatar
Gold Boarder

GK User
Sun Jul 06, 2014 4:08 pm
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
h5 { line-height: [your value]px !important }

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Mon Jul 07, 2014 12:37 pm
Reply with quote
Report this post
Thank you !

kind regards
Drew
User avatar
Gold Boarder


cron