Home Forums SpyroPress Themes Aduma Mobile view menu icon color issue

Viewing 1 reply thread
  • Author
    Posts
    • #36792

      softbrain
      Participant

      Hi,
      how to set the color of mobile view menu icon
      https://www.ballistic.ml/
      it is not visible until we hover on it
      please guide how to fix color

    • #36820

      Maria Do
      Keymaster

      It depends on Primary Color in theme options:

      http://prntscr.com/lqxfkx

      Or you can use below css code to to change color:

      @media screen and (max-width: 1199px){
      .navbar-toggle .icon-bar {
      background: red!importand;
      }
      }

      Hope that helps!

Viewing 1 reply thread
  • You must be logged in to reply to this topic.