Hiding Nav Menu Logo on Home Page

Multipurpose WordPress Theme Forum Support
GK User
Tue Oct 04, 2016 1:25 pm
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!
User avatar
Senior Boarder

Joshua M
Wed Oct 05, 2016 7:55 am
Hi,

Please try to add the following custom css code:
Code: Select all
body.home #gk-header-nav.gk-fixed-nav .gk-logo {
  display: none;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.