2014-01-27, 12:55 AM
(This post was last modified: 2014-01-27, 01:00 AM by maniacmusic.)
I think you mean the navigation/breadcrumb
Go to Templates -> Index
add id="index" to the body tag so it looks like this:
To add something else there you can add whatever you want below the {$header}
Go to Templates -> Index
add id="index" to the body tag so it looks like this:
<body id="index">
then add following line to a global CSS file:#index .navigation { display: none;}
To add something else there you can add whatever you want below the {$header}