Viewing 3 replies - 1 through 3 (of 3 total)
  • wensolutionsupport

    (@wensolutionsupport)

    Hello,

    The section you have marked in the screenshot is the main navigation section.

    You can use some Custom CSS if you do not want to display the navigation bar. Please paste in the following custom CSS using Custom CSS plugin in your website :

    nav#site-navigation {
        display: none;
    }

    This will remove the main navigation display from your theme.

    Hope this Helps,

    Best Regards !!

    Thread Starter onsj

    (@onsj)

    Thanks. Issue resolved.

    I have the same question but would like to remove rather than hide the menu – so it doesn’t download, only for the CSS to hide it. Any steer?

    I’m not scared of a little bit o’ PHP and keen to try and learn.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I remove this part (screenshot included)’ is closed to new replies.