test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • lqntoft Friend
    #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.


    1. issue
    khoand Friend
    #447271

    To 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;
    }

    lqntoft Friend
    #447584

    Hi..

    problem solved 😉 thnx

Viewing 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