Okay
  Public Ticket #1990281
mega menu link background color
Closed

Comments

  •  8
    dan-kray started the conversation

    Where is the mouse over color of the background from list-entries for the mega menus defined (blue in a fresh installation)?

  •  8,994
    Tahir replied

    Hey Again,

    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):

    body:not([data-header-format="left-header"]) header#top nav >ul >li.megamenu >ul ul li a:hover, body:not([data-header-format="left-header"]) header#top nav >ul >li.megamenu >ul ul li.current-menu-item > a {
        color: #fff !important;
        background-color: #e64d37 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  8
    dan-kray replied

    Thanks.