Support » Fixing WordPress » Remove Menu From Front Page

  • Resolved cmailliard

    (@cmailliard)


    I have looked and found many of the answers to this, but none are working. I really know nothing about CSS and its a foreign language to me. But I am trying to remove the menu from the Front Page of my site. I know the page ID and can find the <nav> and <class> info for the menu but everything I have tried does not work.

    I have tried the following in CSS:
    .page-id-2 .site-navigation .primary-navigation{

    display: none;

    }

    and

    .home .main-navigation ul.menu, .main-navigation ul.nav-menu {
    display: none;
    }

    Page ID is: 330
    Primary Menu is: Menu 1
    Theme is: ColorMag by ThemeGrill
    Menu Code in CSS: <nav id=”site-navigation” class=”main-navigation clearfix” role=”navigation”>

    Any help is appreciated, thanks!!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Menu From Front Page’ is closed to new replies.