Hey Can Some one help me, I want to remove the above bar completely which includes logo, company name, search and bar. #6805
Answered
by
alexvoss
RohanSagar11
asked this question in
Q&A
-
I want this thing to be removed any yml feature actually this thing comes under the body, Any Suggestions-> ![]() |
Beta Was this translation helpful? Give feedback.
Answered by
alexvoss
Feb 20, 2024
Replies: 1 comment 2 replies
-
There is no configuration for removing the header. This is not something many people need and we can only make so many things configurable without making the code unmaintainable. You are looking, therefore, for a customization. If you create your own |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kamilkrzyskow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no configuration for removing the header. This is not something many people need and we can only make so many things configurable without making the code unmaintainable. You are looking, therefore, for a customization. If you create your own
main.html
and override theheader
block to be empty then you should be good.