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 sidebar menu

#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!