Top bar

Gretting,

I have a question. I am now stuggling with that.

If you place the mouse on the top bar, the bar appears, but disappears again when you remove the mouse. I want to fix the top bar, but I don’t know how.

Please help me out.

I think you want to keep the document title visible.

If so, you just add this to your CSS snippet:

/* note title always visible */
.view-header-title-container {
    transition: none;
    opacity: 1;
}

(Do you have a CSS snippet yet? If not, it’s easy to make one)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.