Hi,
is there a way to turn off Page Sidebar navigation only on certain subpages?
Hi art-com!
Add a codeblock element to the page and add this inside.
<style type = "text/css">
aside .widget_nav_menu { display: none !important; }
</style>
Regards,
Elliott
Hi Elliott,
thank you for your support. That solved my problem ;-)