Skip to content
Discussion options

You must be logged in to vote

If you want to remove the entire header, you can use:

hide_header: true

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;
    }

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lomtaslipptas
Comment options

Answer selected by lomtaslipptas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants