Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #297034
    simonpCthem384
    Participant

    I have a simple one page wordpress site and even though there are no menus setup – the MENU still appears at the top of the page – how do I remove that completely? And the footer please? Thanks!

    #297044
    Skandha
    Participant

    @simonpcthem384: Hello there,

    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #297048
    simonpCthem384
    Participant
    #297103
    Skandha
    Participant

    @simonpcthem384: Hello there,

    Can you please check if the URL you posted is correct? I was not able to access your site.

    Kind Regards,
    Skandha

    #297212
    simonpCthem384
    Participant

    Hi Skandha – yes the URL is correct. Working fine for me here.

    #297269
    Skandha
    Participant

    @simonpcthem384: Hello there,

    To remove the menu wrapper completely

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead {
    display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove Menu/footer’ is closed to new replies.