Reply To: Future Addon Ideas

Home Forums Support Future Addon Ideas Reply To: Future Addon Ideas

Home Forums Support Future Addon Ideas Reply To: Future Addon Ideas

#156623
Tom
Lead Developer
Lead Developer

Hi Ian,

The Menu Plus add-on allows you to add a logo to your navigation, which can effectively make it the header. An option to disable the header would be useful as well. I’ll have to think about whether to add it to the Menu Plus add-on or the Disable Elements add-on.

For now, you can use this CSS:

.site-header {
    display: none;
}