Change h1,h2,h3,h4,h5,h6 font size

March 2014 WordPress Theme
GK User
Mon Mar 07, 2016 7:42 pm
Hi. in news 2 default, when i set, in an article, words like title 1 (mean h1), font-size iset to 44px by default. I want change this value, i try to modify template.css at line 109 but nothing appears. There are a simplify way to change font size? Thanks
User avatar
Fresh Boarder

Joshua M
Tue Mar 08, 2016 1:12 pm
Hi,

Please try to not modify theme css styles (you'll have a problem with future updates). Instead please add your custom css code to css/override.css (all changes in one file), or use any custom css plugin or you can also use a child theme.

Article title is overriden by this value, so please add it to change the article h1:
Code: Select all
#gk-mainbody article > header h1 {
font-size: 70px;
}
User avatar
Moderator

GK User
Thu Mar 10, 2016 7:28 pm
it's ok... resolved.....thanks
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.