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*

Hide Menu Bar from Business Template Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #100870
    stefanovdagostino
    Participant

    Is there a way I can hide the menu bar only from the main business template page?

    I am trying this, but it does not work:

    .page-id-2 .main-navigation {
       display: none;
    }
    #100989

    Hello there,

    Just login to your admin (Dashboard) page and go to Customize > Ambition Theme Options > Custom CSS and paste the below custom CSS code to hide the navigation bar only on business template page:

    .business-layout .site-header .hgroup-wrap .hgroup-right {
        display:none;
    }

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.