badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Remove navigation menu from home page

#77200

Hello,

To hide the navigation menu from the home page just login to your WP Dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code:

.home .main-navigation {
    display: none;
}

Thank you!