Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #270686
    Admin2019
    Participant

    Hello. I have a number of issues with the “Fotografie” theme.

    My website is
    http://www.cathalocuaig.com.

    Issue 2.

    When I look at my website on a tablet, there is a Menu Icon above my portfolio. Can I make that go away?

    #270745
    Skandha
    Participant

    @admin2019: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .menu-toggle-wrapper {
        display: none;
    }
    #site-navigation a {
    	text-align: center;
    }
    .main-navigation ul {
    	display: block;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #270783
    Admin2019
    Participant

    Yes. Thanks. That solved the problem.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fotografie – Make Menu Button Not Appear’ is closed to new replies.