Disabling/Deleting module positions

Demonstrate your product attractively using clean and distinctive coffe shop Joomla template.
GK User
Tue Feb 19, 2013 8:41 am
Hi,
I would like to disable or delete some module positions on the template.
Probably all these:
logo
main menu
banner1
banner2

Is there a easy way to do this?
Thanks
George
User avatar
Fresh Boarder

GK User
Tue Feb 19, 2013 8:57 am
Hi,
In every Joomla template you can disable module, I don't know why you want to delete them from template ? Just click [ ] next to name of module then use buttons.
User avatar
Platinum Boarder

GK User
Tue Feb 19, 2013 10:13 am
Hi,
I'm aware of the possibility of disabling modules, but I need to disable/delete template positions... I don't want the logo, main menu, banner1 and banner2 not to show up on the page at all.
I deleted mainmenu, but the gap on the page is still there... I guess I need to adjust the template...
User avatar
Fresh Boarder

GK User
Tue Feb 19, 2013 6:10 pm
Hi, so use
Code: Select all
display:none;

in css for all elements that you want to hide.

I suggest to add :
Code: Select all
#gkPageTop, #gkMainNav { display:none;}


on the bottom of template.css or style2.css (if you use style2) in templates/gk_coffe/css/ folder.
User avatar
Platinum Boarder


cron