GK CONTACT

Creative and responsive Joomla template with amazing parallax effect.
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
Mon Jan 06, 2014 10:47 am
Reply with quote
Report this post
Hi tram,

I would like customize gkcontact, change color background, color font. and language.
Possible ?
http://www.atelierdepaysagetournier.fr/

Thanks
User avatar
Gold Boarder

GK User
Mon Jan 06, 2014 11:10 am
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Mon Jan 06, 2014 11:17 am
Reply with quote
Report this post
You have light grey in contact location, because it uses greybg class,
Code: Select all
.onepage .box.greybg {
    background: none repeat scroll 0 0 #F8F8F8;
}


you have to remove it, or override with different bg color
Code: Select all
.onepage .box.greybg {
    background:   #030303;
}
User avatar
Platinum Boarder

GK User
Mon Jan 06, 2014 5:46 pm
Reply with quote
Report this post
Ok thanks Pawel.
User avatar
Gold Boarder


cron