Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • stavroch Friend
    #944589

    I have create footer menu with submenus and display the mega menu. How can I remove the mega menu?

    I want to display the menu as a normal view ul li li etc..

    Pankaj Sharma Moderator
    #944602

    Kindly share your working security so I can check which version of purity you are using and what you want change .

    stavroch Friend
    #944666
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #944690

    Hi
    To hide the mian nav , add below code in custom.css file
    .t3-mainnav .t3-navbar { display: none!important;}
    in the /css/custom.css
    if there is no cusom.css file then create it . Also in future kindly post the question on Purity III forum page .

    stavroch Friend
    #944731

    I don’ t want to hide the main nav.

    I want to display the whole sub menus with the structure ul li li in the footer menu. Now if u want to see the submenu you have to go on hover.

    Pankaj Sharma Moderator
    #944771

    Hi
    Use the code below code make them in nested format

    Add the code in /css/custom.css file , if there is not custom.css then create it.

    Also because the style for this format is not included in template , you can add your custom style code in custom.css file

    
    .nav-pills .dropdown-menu {
    position: initial!important;
    display: block!important;
    float: initial!important;
    background-color: initial!important;
    border: 0px solid #cccccc ;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175) ;
    box-shadow: 0 0px px rgba(0,0,0,0.175) ;
    }
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 10 months ago.

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