Tagged: content full width, hide header, hide sidebar
Hello, It is possible to eliminate the sidebar in order to navigate the site only from the main top menu? Thanl you very much?
Hi Jbedel,
You can hide those section but it will hide the Site Title, Site Description and Sidebar Widget Areas as well.
Thank you!
Can you please show me how to do it? Thank you
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%; }