• Hello
    i want to remove the menu and the logo from the home page of https://www.etudierarabais.com.
    i am using GIGANTE theme.

    i tried most of what is on the website like Royal custom CSS :
    .home #nav-container {
    display: none;
    }
    i also tried deactivating and reactivating all plugins but nothing.

    what can i do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • try using a browser inspection tool to find the relevant CSS selector;

    example:

    .home .site-branding {  }
    .home #site-navigation {  }

    or

    .home .site-branding {  }
    .home .main-navigation {  }
    Thread Starter tialeco

    (@tialeco)

    i’m not sure i understand.. but i managed to remove the menu links but i can’t remove the logo .
    i also tried this CSS code

    .home nav#navigation ul {
    display: none;
    }

    but to no avail

    Thread Starter tialeco

    (@tialeco)

    IT WORKED ! thanks michael

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘removing menu from single page’ is closed to new replies.