[Resolved] Burger menu/Transparent header on desktop/mobile

Home Forums Support [Resolved] Burger menu/Transparent header on desktop/mobile

Home Forums Support Burger menu/Transparent header on desktop/mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #487342
    Michael

    Hi
    Just wondering how do you change the burger menu?
    Cannot find option in the customizing field.
    And how do you make mobile menu bar a little transparent?

    #487420
    Leo
    Staff
    Customer Support

    Hi there,

    Not sure what you mean by change the burger menu? like the items in mobile menu?

    Are you wanting to merge header and content on mobile or something?

    We might need your login to view the site again. Just tried the last one and it wasn’t working.

    #487428
    Michael

    Sorry for my lack of explanation.
    On mobile view, the menu bar.
    I would like to remove the word ‘menu’ and change the three lines next to the word menu.
    When you scroll down on mobile view, you can see the sticky menu bar working.
    I would like to make the sticky bar a little bit transparent.
    Can it be done?

    #487479
    Leo
    Staff
    Customer Support

    – You can change menu label here: https://docs.generatepress.com/article/mobile-menu-label/

    – Try this CSS:

    @media (max-width: 768px) {
        #mobile-header.navigation-stick {
            background-color: rgba(51,51,51,0.61);
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #487482
    Michael

    It worked nicely.

    Many thanks Leo.

    #487491
    Leo
    Staff
    Customer Support

    No problem!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.