Remove title #520
Answered
by
superdingo101
lomtaslipptas
asked this question in
Q&A
|
I am wondering if there is any option to remove the title completely. I don't need it. Leaving it blank leads to some unwanted blank space in the title. So the question is, if there is another option to disable the title. |
Answered by
superdingo101
Jul 25, 2026
Replies: 1 comment 1 reply
|
If you want to remove the entire header, you can use:
There is not currently a title-only option. You are also correct that setting title: "" still leaves an empty title container that can reserve space. That is a layout issue rather than intended behavior; an explicitly blank title should be omitted while leaving the other header controls available. As a temporary workaround, when you are not using header time, weather, or custom header items: title: ""
uix:
style: |
.header-title-wrap {
display: none;
} |
1 reply
Answer selected by
lomtaslipptas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to remove the entire header, you can use:
hide_header: trueThere is not currently a title-only option. You are also correct that setting title: "" still leaves an empty title container that can reserve space. That is a layout issue rather than intended behavior; an explicitly blank title should be omitted while leaving the other header controls available.
As a temporary workaround, when you are not using header time, weather, or custom header items: