• Is it possible to easily remove the sticky menu?
    I actually don’t want a menu at all, but the name of the site stays in the upper left corner even after removing all menu items. When removing all menu items the name of the site loses all top padding/margin and looks awkward.
    Everything else works perfect.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @joshgtz760,

    We don’t have an option to completely remove the top bar.

    A workaround that comes to my mind would be to set a 1px transparent image as logo (you can set an image logo from the Site Identity section in Customizer).

    Please let me know if it worked for you.

    Hi,

    You can create an empty menu and set it like in the image bellow:

    undefined

    Then in additional css add this style:

    
    .header-top {
        min-height: 80px;
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removal of sticky menu possible?’ is closed to new replies.