We would like for the main menu, fixed nav logo in the upper left hand corner, to NOT display on the Home page. Is there css code I can use to tell it to hide or display none just for the home page?
https://thebrazzle.com/
Thank you!
body.home #gk-header-nav.gk-fixed-nav .gk-logo {
display: none;
}