Remove 'gkMain id' on Homepage

GK User
Sat Feb 23, 2013 10:20 pm
Joomla 2.5.9
Gavick template My folio

For http://www.makeblijde.nl/cms
I build 2 template-variations:

home: http://www.makeblijde.nl/cms
rest: http://www.makeblijde.nl/cms/index.php/trouwen

On home you see a pink box. This is the 'gkMain id'

Problem: I don't need this 'artice div' on the home page.
How can I remove this div totaly, so I see no pink box anymore - only on home

Looking forward to Your reaction,
with kind regards,

Fred
User avatar
Fresh Boarder

teitbite
Sun Feb 24, 2013 5:13 am
Hi

The easiest way would be to use a page class suffix which can be added in template settings to home menu item id. Than use this code to hide it:

Code: Select all
body.[page_class_suffix] #gkMain { display: none; }
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.