[Resolved] Since the update the color white for my mobile menu is gone

Home Forums Support [Resolved] Since the update the color white for my mobile menu is gone

Home Forums Support Since the update the color white for my mobile menu is gone

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #751016
    Matthias

    Hi since the latest update the color of my mobile menu (when collapsed) are transparant. It always has been white when the menu is collapsed

    #751019
    Matthias

    @media (max-width: 768px) {
    .main-navigation .main-nav ul li a,
    .main-navigation .main-nav ul li a:hover {
    background-color: #fff;
    }
    }

    I think i fixed it, but kinda strange it changed since the latest update

    #751023
    Matthias

    Hm this code fixed the background but it changed the color of the sub menu from my mobile menu

    #751026
    Matthias

    /* ** mobile menu background** */

    @media
    (max-width: 1000px) {
    .main-navigation .main-nav ul li a {background-color: #fff} }


    @media
    (max-width: 1000px) {.main-navigation .main-nav ul ul li a {
    background: #FFA727}}


    @media
    (max-width: 1000px) {.main-navigation .main-nav ul li:hover > a,
    .main-navigation .main-nav ul li:focus > a,
    .main-navigation .main-nav ul li.sfHover > a {
    color: #000;
    background-color: #fff;
    }}

    Fixed it

    #751035
    Leo
    Staff
    Customer Support

    Glad you fixed it!

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