Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dbonamusa Friend
    #188566

    In other posts i see:

    Hi gavner

    Please open templatesja_kyanite_iilayoutsblocksiphonemain nav.php file, find following code and remove:

    Code:

    <a class=”toggle ip-button button-menu” href=”#ja-iphonemenu” title=”Menu”>Menu</a>

    bun in one page template? not layout folder…

    Ninja Lead Moderator
    #497461

    This way will help you hide mainnav in mobile layout

    Open templates/ja_onepage/css/custom.css file

    Add new css style

    @media (max-width: 767px) {
    .t3-mainnav {
    display: none !important;
    }
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum