• Resolved page52

    (@page52)


    Hello, and thank you for a fantastic theme! I’ve learnt so much since starting to use it. When I originally created my site https://www.rlttours.com the mobile menu was fine, but after a number of updates (I can’t recall which) the mobile menu icon seems to have disappeared.

    The menu is there because I can click on it, and it functions fine, but it’s invisible.

    Please help? Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Remove this from your style.css and work out what it was meant to do.

    .tc-header, .tc-header * {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      background: #e7e7e7 !important;
      border: none;
    }

    Thread Starter page52

    (@page52)

    That did it! Thank you so much ??

    Great. Please mark as [resolved] in rhs sidebar.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile menu icon not showing’ is closed to new replies.