test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • azri445 Friend
    #894647
    1. i need the main menu to be disappear. what is the custom.css code be used?
    2. i need the toolbar to be fixed when people scroll down.

    1. index
    Pankaj Sharma Moderator
    #894664

    Hi
    to hide Main nav add this code in custom.css file

    .t3-mainnav {
        display: none; }

    And to make header static add this code

    .scrollDown .t3-header {
        top: 0px!important;
    }
    azri445 Friend
    #894669

    Thank you pankaj sharma

    azri445 Friend
    #894671

    BTW Pankaj…. do you have any idea? on fixing my JS Notification?

    Pankaj Sharma Moderator
    #894672

    Hi
    You are welcome .
    About the JS Notifications i saw team member already checked the issue and replied you Here . Kindly follow the same thread 🙂

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

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 9 months ago.

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