Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1026603

    Hi, i’ve used a few snips of CSS in the quick css from the support form so im not sure which one did this but im hoping to keep the hover on the navigation, but get rid of it in the Mega Menu;

    Please hover over the Contact Us item in the navigation (scroll down to reveal navigation). I’d like to get rid of those red backgrounds inside of the Mega Menu. This is my current quick css:

    h1.avia-caption-title{
      font-family: Dancing Script, serif;
    }
    
    h1, h2, h3 {
    text-transform: none !important;
    }
    
    .html_header_top.html_header_sticky #header {
    position: fixed !important;
    }
    @media only screen and (max-width: 767px) {
    .responsive #main {
    padding-top: 0px !important;
    }
    }
    @media only screen and (max-width: 767px) {
    .responsive #top #main { padding-top:0px!important; }}
    
    .av_minimal_header .av-main-nav li:hover .avia-menu-fx,.av_minimal_header .current-menu-item > a > .avia-menu-fx,.av_minimal_header .av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
        opacity: 1 !important; 
        visibility: visible !important; 
        background-color: #7a0c11 !important; 
        color: #ffffff;
        border-color: #7a0c11 !important; 
        display: block !important;
    }
    
    #avia-menu li:hover a {
    background: #7a0c11 !important;
    }
    
    #top .av-siteloader {
        border-left-color: #7a0c11;
    }
    #1027081

    Hey HostageMedia,

    Best regards,
    Victoria

    #1027226

    Sorry Victoria, try again. I’ve turned off the splash page.

    #1027319

    Hi,
    I tried to take a look, but could only see the splash page.

    Best regards,
    Mike

    #1027346

    The Under construction plugin seems to be turning itself back on, sorry. I’ve set up admin credentials, if you log in you will bypass the under construction plash page.

    #1027519

    Hi,
    Thanks for the login, I commented out the css causing this and added:

    #avia-menu li:hover a {background: #080808 !important;}

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1027637

    Hi, thank you but is there no way to keep the full highlight on the top-level navigation without it messing up the Mega Menu?

    #1027824

    Hi,
    Opps, sorry I was focused on the mega menu, that I missed the main menu.
    Ok, so I restored your highlight css, and added this for the mega menu:

    #avia-menu li:hover .sub-menu a {background: #080808 !important;}

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1027883

    awesome, thank you!!

    #1027887

    Hi,
    Glad to help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1028165

    Yes, thank you.

    #1028252

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Mega Menu Hover Color’ is closed to new replies.