remove gkPageContent in homepage ?

GK User
Thu Jul 03, 2014 3:38 pm
Hello,

we don't want articles in homepage. Just the menu, the image slide with text, and bottom.

Is there a way to remove the blank space : "gkPageContent" ?

Regards

2014-07-03_16h35_29.jpg
User avatar
Expert Boarder

teitbite
Fri Jul 04, 2014 11:25 am
Hi

Easiest way would be to publish one of modules inside "mainbody" module position. This way this place will be replaced with module and not component content.
User avatar
Moderator

GK User
Fri Jul 04, 2014 2:00 pm
Hello,

we tried, and duplicate the footer. assign it just for the homepage. Put it on position mainbody.
But it is looking very strange now... (see screenshot).

And I also tried this, but it doesn't work :
https://www.gavick.com/documentation/ge ... mla-pages/

Regards

2014-07-04_14h57_30.jpg
User avatar
Expert Boarder

teitbite
Sat Jul 05, 2014 10:38 am
Hi

Try add this to override.css and make sure override is enabled in templte settings.

Code: Select all
.frontpage #gkPageContent { display: none; }
User avatar
Moderator

GK User
Sat Jul 05, 2014 10:54 am
Hello,

thank you so much.
It is working very well.

Have a nice day.
Regard.
User avatar
Expert Boarder


cron