layout modify

GK User
Sat Feb 15, 2014 6:55 pm
I try to copy this code in override.css:
#gkPageTop {
padding-bottom: 20px;
}

but the distance doesn't change

and I try to resize the font, with this code, but just the #gkMainbody h2 have had effect, the #gkMainbody h1 doesn't do any effect:

#gkMainbody h1 {font-size: 24px; font-weight: 500;}
#gkMainbody h2 {font-size: 22px; font-weight: 300;}

and I would change the color of background page, table and text, is possible?
thanks
User avatar
Junior Boarder

GK User
Sat Feb 15, 2014 7:43 pm
Hi,
1) Did you enabled CSS override in template configuration?
2) About background and others check our: http://www.gavick.com/documentation/cat ... -template/
User avatar
Platinum Boarder

GK User
Sat Feb 15, 2014 7:48 pm
About H1 and H2 - you thought about headers in articles or in modules ?
In inside articles, use this /checked under j2.5 - but under J3.x should be similar/:
Code: Select all
#gkComponent > div > h1,
#gkComponent > div > h1 a
{ font-size: 22px;
  line-height: 26px;  }

#gkComponent > div > h2,
#gkComponent > div > h2 a {
    font-size: 20px;
    line-height: 24px;
}

p.s.
By the way, MyFolio is very old template. therefore, do not expect modern solutions inside.
User avatar
Platinum Boarder

GK User
Sun Feb 16, 2014 2:02 pm
ok, thanks ;)
User avatar
Junior Boarder


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