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

    I want to have diffenrent color for the Toggle. It should be blue like it is (screenshot). but when i open the mobile menu it, the X should be white.

    #860408

    Hey modellbauBB,

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

    @media only screen and (max-width: 767px) {
    #top .header_color .av-hamburger-inner {
      color:white !important;
    }
    }

    Best regards,
    Rikard

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