How to disable mainbody in frontpage?

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
Wed Aug 07, 2013 6:08 am
Reply with quote
Report this post
Hi,
I would like to disable mainbody in frontpage.
I can't find any settings.
How to do this?
Thank you
User avatar
Fresh Boarder

GK User
Wed Aug 07, 2013 7:39 am
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Thu Aug 08, 2013 5:05 am
Reply with quote
Report this post
Thank you for your answer.
How to use this way if "Suffixes for pages" has rule "120=imageBg" already?
I made new rule "120=noMainbody" but in Firebug I can see just one of them, which is in a first position. So just one of them works.
How to use more then one rule?
Thanks.
User avatar
Fresh Boarder

GK User
Thu Aug 08, 2013 9:53 am
Reply with quote
Report this post
Please just use the existing imageBg suffix to hide mainbody. You just need to start code by
Code: Select all
.imageBg #containerToHide { display: none}
User avatar
Platinum Boarder

GK User
Thu Aug 08, 2013 9:53 am
Reply with quote
Report this post
What is more if this is your site homepage you just need to publish any module on mainbody position to hide this area without any suffix.
User avatar
Platinum Boarder

GK User
Thu Aug 08, 2013 10:48 pm
Reply with quote
Report this post
bkrztuk wrote:What is more if this is your site homepage you just need to publish any module on mainbody position to hide this area without any suffix.

Thanks a lot! It works
User avatar
Fresh Boarder


cron