• First of all thanks a lot for such an amazing new template!

    Nevertheless I am facing one challenge with both of my blogs:

    when I look at the mobile version of my blog https://kleinesonne.de/ there is a menue-button right on top. Can I delete that button or make it invisible permanently?

    Regards

    Oliver

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add following into your child theme style.css

    .menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
     display: none !important;
    }

    Thread Starter Superolli

    (@superolli)

    Thanks, but with that it only disappears after I clicked it. I’d prefer if that button would be invisible at all.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menue Button on Top’ is closed to new replies.