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*

Remove sidebar menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #71366
    jbedel
    Participant

    Hello,
    It is possible to eliminate the sidebar in order to navigate the site only from the main top menu?
    Thanl you very much?

    #71425

    Hi Jbedel,

    You can hide those section but it will hide the Site Title, Site Description and Sidebar Widget Areas as well.

    Thank you!

    #71442
    jbedel
    Participant

    Can you please show me how to do it?
    Thank you

    #71482

    Hello @jbedel,

    To remove those section just login to your dashboard and go to Appearance -> Customize -> WP Portfolio Pro Theme Options -> Custom CSS and paste below custom CSS code.

    .site-header, #secondary {
        display: none;
    }
    #page:before {
        background-color: transparent;
    }
    #content {
        float: none;
        width: 100%;
    }

    Thank you!

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