Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1395597

    To whom it may concern,

    For some reason the sub-menu items when clicked, and the background color is changing to dark blue.

    How can I disable this, please?

    Regards

    #1395600
    This reply has been marked as private.
    #1395648

    Hi,

    Thanks for the video. I can’t see that behaviour on my end when checking in Chrome though, which browser are you using? Also, did you using a private/incognito browser window, and does the same thing happen then?

    Best regards,
    Rikard

    #1395873
    This reply has been marked as private.
    #1395889

    Hi,
    Thanks for the video and the explanation, this is due to the :focus color, please try this css:

    .header_color .main_menu .menu ul li a:focus, 
    .header_color .av-subnav-menu ul a:focus {
        background-color: #EAEFF4;
        color: #808285;
    }

    feel free to adjust to suit, after applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1395899
    This reply has been marked as private.
    #1395901

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Sub Menu Items Background Color’ is closed to new replies.