Remove Mainbody

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
Tue Jan 08, 2013 6:28 pm
Reply with quote
Report this post
I would like to remove the mainbody from the homepage. I can't seem to find where in the template manager I can do this. Any suggestions.

thanks
User avatar
Expert Boarder

Konrad M
Tue Jan 08, 2013 7:16 pm
Reply with quote
Report this post
Hi,
you can try go to the template settings and use 'Suffix for pages' option. Find this option in 'Features' section and add own suffix to home menu item (it is 101 probably) for example ' mysuffix'. Then please add to override.css
Code: Select all
.mysuffix #gkMainbody {
display:none !important;
}

Remember to enable override.css option in template settings.
User avatar


cron