Okay
  Public Ticket #2190701
highlight mobile menu item
Closed

Comments

  • lollobcn started the conversation

    Hi there,

    I have a menu element highlighted from its menu (Menu Item Style). On the desktop version it works perfectly but on mobile there's no difference.

    I need a way to highlight one menu item especially on mobile.

    Can you help with this? 

    Thanks,

    Lore

  •  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 

  •   lollobcn 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.slide-out-from-right-hover .inner .off-canvas-menu-container li.menu-item-3591 {
        background-color: #fff !important;
        padding: 2px 10px;
    }

    Thanks


    ThemeNectar Support Team 

  • lollobcn replied

    Perfect, thank you!