-
AuthorPosts
-
April 4, 2012 at 7:34 am #175772
Hi There
I can’t seem to find a solution to remove a few things from the frontpage. Hope I can get some pointers how to get futher.
I want to remove the mega menu from the top and the breadcrum (which is not active btw) + the site name.
See attacted picture.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 4, 2012 at 8:48 am #447271To remove mega menu, you remove the code from /templates/ja_kyanite_ii/layouts/default.php
<!-- MAIN NAVIGATION -->
<?php $this->loadBlock('mainnav') ?>
<!-- //MAIN NAVIGATION -->
To remove breadcrumb, you remove the code from /templates/ja_kyanite_ii/layouts/block/main.php
<!-- BREADCRUMS -->
<div id="ja-breadcrums">
<div class="inner clearfix">
<strong><?php echo JText::_('You are here')?></strong> <jdoc:include type="modules" name="breadcrumb" />
</div>
</div>
<!-- //BREADCRUMS -->
To remove site name, you add the code into /templates/ja_kyanite_ii/css/template.css
.blog .contentheading {
display:none;
}April 6, 2012 at 11:56 am #447584Hi..
problem solved 😉 thnx
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by lqntoft 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Small issue with layout – Kyanite_ii
Viewing 3 posts - 1 through 3 (of 3 total)