How to remove the navigation from all pages? #836
Answered
by
schulle4u
glow12121
asked this question in
Ask a question
-
I am making a small page and would like to delete the upper navigation bar from all pages. What is the best way to do it? The theme is the modified Berlin. And an adjacent question please. Alternatively, how do I keep the name of the website in the top bar - but remove all other titles? |
Beta Was this translation helpful? Give feedback.
Answered by
schulle4u
Jan 12, 2023
Replies: 1 comment 1 reply
-
You can remove the top navigation by opening your
See also: How to customise a layout |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
glow12121
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can remove the top navigation by opening your
system/layouts/header.html
. Simply remove the corresponding line for the navigation:<?php $this->yellow->layout("navigation") ?>
See also: How to customise a layout