Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1098934

    Hi,

    On my site https://kernowdesign.com I have set up the submenu to have elements take the color #ffffff on a background of #ff6600 when moused over or selected.

    I cannot find a way to get the burger menu’s submenu items to behave the same way… the selected element if black/dark grey with no change in font color. If I were using chrome on the PC I could inspect the elements and do some custom CSS but I am not aware of how to do that with the mobile version.

    Also, I notice that selecting a menu item causes that main item to repeat in the submenu – this is not desired behaviour.

    I guess these are two separate issues but I hope to deal with them both pretty soon. Thanks.

    #1099260

    Hey nestormakhno,

    Please try the following in Quick CSS under Enfold->General Styling:

    #av-burger-menu-ul a:hover {
        background-color: #ff6600;
        color:#fff;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.