Home Forums SpyroPress Themes Aduma Mobile View menu icon color

Viewing 2 reply threads
  • Author
    Posts
    • #25982

      softbrain
      Participant

      Hi
      on mobile view mysite is showing white color, how to change its color both normal and hover

      B.G.A.S

    • #25994

      Maria Do
      Keymaster

      Hi

      You can use custom css code to change color for hamburger menu on mobile:

      @media screen and (max-width: 1199px){
      .navbar-toggle .icon-bar {
      background: red!important;
      }
      .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
      background: #e1a136!important;
      }
      }

      Hope that helps.

    • #106526

      tariq yoshi
      Participant

      Hi

      I need to change the navigation bar on android.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.