• Resolved kekelie

    (@kekelie)


    I have been trying for the past hour to get rid of the top menu that is seen in the very top of my page. I don’t want to have 2 menus on my page. I have also looked through the forum for answers but nothing seems to have worked for me.

    I tried the customise-appearance-menu solution, but nowhere do I see a top left tab/button/option to do anything.

    Kindly help. Or is this only accessible to pro users?

    Many thanks

Viewing 1 replies (of 1 total)
  • Hello @kekelie,

    Welcome and thanks for your question! My name is Diego and I’d love to help you.

    Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    .sidebar-top-left {
        display: none;
    }

    That should remove the top menu and not the main one.

    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

Viewing 1 replies (of 1 total)
  • The topic ‘Top Menu Header problem’ is closed to new replies.