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

    I was using the advanced styling section to adjust some menu items, and during that process it seems my menu button for mobile has been turned white. How do I target changing the color back to a visible color? Thanks!

    #1107334

    Hey LOFOB,

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

    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet .header_color div .av-hamburger-inner {
      background-color:#ddd !important;
    }
    }

    Also make sure to delete the old CSS and JS files under Enfold->Performance before you check the results.

    Best regards,
    Rikard

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