How to hide Mainbody in Home

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 Mar 11, 2013 9:54 am
Reply with quote
Report this post
Hello,
how i can make to hide mainbody in home?

Thanks
User avatar
Expert Boarder

Konrad M
Mon Mar 11, 2013 10:13 am
Reply with quote
Report this post
Hi,
you can try go to template settings. Here in Features section you will find 'Sufix for pages' option. Please add suffix to home page, for example 'mysuffix' and then try add to override.css
Code: Select all
.mysuffix #gkMainbody {
display:none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Mar 11, 2013 4:43 pm
Reply with quote
Report this post
Thx
User avatar
Expert Boarder


cron