Site logo

Archived topic

Header Menu - Mobile / Desktop

8 replies · Started by Paul on December 28, 2022

Viewing posts 1–9 of 9

Hi there! I hope someone can help and this isn't really hard! You see on this website - http://www.equalvision.com/

Where the header menu background is - when you use the mobile menu, the background of the menu extends from the same image, so the background image fills up the entire menu background,

Thank you so much!

Paul

Hi there,

What is the request exactly? I'm not sure what you are trying to achieve.

let me know!

Are you trying to achieve the same effect as the example site?

Can you link us to your site then?

Hi Ying! Happy New Year and all the best!!!!

So I switched it up a bit - would it be possible to get a mobile menu similar to the one on this site -
https://artoffact.com/

Thank you so so much!

Hi Paul,

Can you try adding this through Appearance > Customize > Additional CSS:

@media (max-width: 768px) {
    header#header {
        background: #464743 url('https://fazarcon.pluginsupportwp.com/wp-content/uploads/2022/05/online-store-5449801-768x709.png') no-repeat 50% 0;
    }

    div#mobile-menu {
        background: #464743 url('https://fazarcon.pluginsupportwp.com/wp-content/uploads/2022/05/online-store-5449801-768x709.png') no-repeat 50% 0;
    }
}

Replace the image URLs with your preference.

PERFECT! Thank you so so much as always!

How can you get such a mobile menu? In the settings, I don't see the option to change the menu arrangement or change the appearance of the X button

Both sites linked by the original author are not using GeneratePress so there are no options to create mobile menu like that.

Fernando's CSS is simply adding background images to the menu.

If you have additional questions, please open a new support topic.

Thanks!

This archived topic is closed to new replies.