Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #523828

    Hi,
    is there a way to turn off Page Sidebar navigation only on certain subpages?

    #524011

    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

    #524791

    Hi Elliott,
    thank you for your support. That solved my problem ;-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Turning off page sidebar navigation on certain subpages’ is closed to new replies.