Okay
  Public Ticket #2188448
off canvas menu - menu item that shows subitems on click without link
Closed

Comments

  • KaigeProductions started the conversation

    Hi Support, 

    I have created a off canvas menu, i want for example "menu item 1" to expand when i click on the menu item instead of going to a page (yes i know, the arrow on the right shows the sub items, but i also want the menu item to react the same). Is there a (html/css) code that i can add so that the menu item shows the sub items. Is this possible?

  •  8,992
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   KaigeProductions replied privately
  •   KaigeProductions replied privately
  •  8,992
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #slide-out-widget-area .ocm-dropdown-arrow {
        width: 100% !important;
        right: 0px !important;
    }
    #slide-out-widget-area .ocm-dropdown-arrow i {
        position: absolute;
        right: 0px !important;
    }

    Thanks


    ThemeNectar Support Team