Inherited style

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
Thu Jan 24, 2013 5:21 pm
Reply with quote
Report this post
Hi all,

I'm using News templ on J2.5. I have changed the font size oh h1, h2 and so on in the template.css, but font size is not changed. After check with FireBug it shows Inherited font size. How can I avoid this, because 38 px font size is too for me. I'd like to have around 26

Thank you
User avatar
Junior Boarder

GK User
Thu Jan 24, 2013 9:14 pm
Reply with quote
Report this post
Please try to use !important after you CSS property so
Code: Select all
font-size: 26px !important
User avatar
Platinum Boarder

GK User
Fri Jan 25, 2013 12:59 pm
Reply with quote
Report this post
bkrztuk wrote:Please try to use !important after you CSS property so
Code: Select all
font-size: 26px !important

It works so far. Thanks a lot
User avatar
Junior Boarder


cron