• Resolved danielpsyborg

    (@danielpsyborg)


    In mobile view, I am unable to change the Mobile Menu Toggle Bar Background to Transparent even though I have set this up via the Toggle Bar Background >
    Set the background colour for the mobile menu toggle bar to transparent.

    When I inspect the element I can not also seem to find the colour.

    It seems there is another background colour behind it as I am trying to get the menu above the background image?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Daniel,

    Thanks for posting a link.

    You’re right – there is a background color on the <header> element which is showing through the transparent toggle bar. I am not sure why Divi is doing that when the main header is transparent – maybe there is a setting you can change?

    If not, try this custom CSS:

    @media (max-width: 980px) {
        header {
            background: transparent !important;
        }
        #et-top-navigation {
            padding: 0 !important;
        }
    }

    That should tidy up the mobile menu view.

    I think you might also want to go to Mega Menu > Menu Themes > Mobile Menu and set the Toggle Bar Height to 65px, and maybe adjust the vertical positioning of the logo toggle block.

    Regards,
    Tom

    Thread Starter danielpsyborg

    (@danielpsyborg)

    Awesome – Thanks for your quick response and help Tom.

    Working and looking great now. Appreciated!

    Thread Starter danielpsyborg

    (@danielpsyborg)

    Sorry, not sure if you can help here, but now on other pages, the background is white and I can not see the nav at all.

    E.g. http://avery.psyborg.com.au/about/the-practice/

    The background image should be pushed up behind the nav so the nav can be seen similar to the home page?

    Thread Starter danielpsyborg

    (@danielpsyborg)

    For some reason padding of 64px is being added pushing the image down 64px?

    Plugin Author megamenu

    (@megamenu)

    Hi Daniel,

    I’m not sure why that padding is being added (it’s Divi that is adding it). I suspect there might be a Divi option which you could enable to stop that padding being added, but I’m not sure where that would be so you would need to contact Divi support to ask how to do it. Otherwise, that padding would need to be removed using some custom CSS.

    Regards,
    Tom

    Thread Starter danielpsyborg

    (@danielpsyborg)

    All resolved now with some CSS tweaks.

    .et_pb_fullwidth_header {
    margin-top: -64px !important;
    }

    Thank you for your help.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Mobile Menu Toggle Bar Background’ is closed to new replies.