Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • cbc575 Friend
    #206537

    Hi there,

    Is it possible to hide the menu in Landing on all the pages except on the first one…?

    I managed to handle most of the design, but sometimes the menu obstructs part of the top content.

    Thank for your support.


    1. SH-2015.05.21-10.10.08-06
    2. SH-2015.05.21-10.10.42-07
    cbc575 Friend
    #571405

    before you askme for the URL, let me add that we are using the JA Cagox quickstar info, demo, and templates. You have all the info already.

    cbc575 Friend
    #571406

    Before you ask me for the URL, let me add that we are using the JA Cagox Quickstar info, demo, and templates.

    Adam M Moderator
    #571532

    Hi @cbc575,

    You can open file root_foldertemplatesja_cagoxcsscustom.css (if you don’t have this file, just create a new one) then add this code :

    #t3-mainnav {
    display: none;
    }
    body.home #t3-mainnav {
    display: block;
    }

    cbc575 Friend
    #571538

    Thank you Adam, I will try it right now…! 😎

    cbc575 Friend
    #571545

    Dear @adam M, this worked but deleted the menus completely, and I only want to hide the menus when you scroll down, an only for the Cagox QuickStart Landing Page, all the rest are ok…! Is this possible…?

    Thank you for you support.

    Adam M Moderator
    #571669

    Hi @cbc575,

    So use this code instead :

    #t3-header {
    display: none;
    }
    .fp-viewing-0 #t3-header {
    display: block;
    }

    Adam M Moderator
    #736715

    Hi @cbc575,

    So use this code instead :

    #t3-header {
    display: none;
    }
    .fp-viewing-0 #t3-header {
    display: block;
    }

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

This topic contains 8 replies, has 2 voices, and was last updated by  Adam M 9 years, 6 months ago.

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