Ethos - Hamburger Menu

The Hamburger Menu is sat on the bottom line of the nav bar on mobiles. I would like to move it up. Also I am having trouble changing the colour and hover colour of this menu. I would like them both black.

Website. https://www.bestofretro.com

Thanks
David

Hi David,

Thanks for reaching out.

Do you mean moving it a few pixel on top? Or moving it above the header? If it’s just shifting it a few pixel to the top of the same header then please add this CSS to Theme Options > CSS

.x-btn-navbar {
    margin-top: 8px;
    color: #000 !important;
}

Hope this helps.

Thanks for reply. This makes no difference to the hamburger menu, it is still stuck to the bottom of the nav bar.

David

Hi David,

Please update the previous CSS to this:

.x-btn-navbar {
    margin-top: 10px !important;
    color: #000 !important;
}

Hope it helps :slight_smile:

Many thanks. This has helped.

David

Hi David,

You might also want to check out these links to learn more about the suggestions above:

Hope this helps.

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