How To Style The Divi Mobile Menu In 6 Steps

  Рет қаралды 18,789

Victor Duse

Victor Duse

Күн бұрын

Пікірлер: 62
@Victor-Duse
@Victor-Duse Жыл бұрын
👉Here are all the snippets: divimundo.com/en/blog/six-tips-for-a-better-divi-mobile-menu/ Please comment, like and subscribe if you liked this video. ;-)
@swissgameartist5447
@swissgameartist5447 Жыл бұрын
Absolutely fantastic, Victor! Thank you very much for this great support. Always a pleasure.
@Victor-Duse
@Victor-Duse Жыл бұрын
Cool, I’m glad you liked it! 😎
@jonasheinzerlingoxygenimag295
@jonasheinzerlingoxygenimag295 Жыл бұрын
Outstanding Victor! I've been looking for this for some time. Great tutorial! Thank you.
@Victor-Duse
@Victor-Duse Жыл бұрын
Thanks Jonas, I’m glad you liked it! 🍻 🙂
@DavidKurtz1
@DavidKurtz1 10 ай бұрын
Great code and tutorial. Thank you!
@Victor-Duse
@Victor-Duse 10 ай бұрын
Thanks David, I'm glad you liked it! 🙂
@steinsmo
@steinsmo Жыл бұрын
WOW, JUST WOW! Thank you!
@Victor-Duse
@Victor-Duse Жыл бұрын
You're very welcome! 🙂
@grantgp
@grantgp 9 ай бұрын
Great tutorial, thanks
@Victor-Duse
@Victor-Duse 9 ай бұрын
I’m glad you liked it! 😊
@lausianne
@lausianne Жыл бұрын
Excellent. This is pretty basic stuff. I wonder why this styling is not default. Or at least some of it, like the burger turning into a cross, which has been the standard for a long time ...
@Victor-Duse
@Victor-Duse Жыл бұрын
Agreed. I hope they give the menu module a well-needed upgrade after the Divi 5.0 update. Meanwhile, you can check out my tutorial on advanced mobile menus: kzbin.info/www/bejne/fZ3UmmaXmdKSoMU
@trusteemedia
@trusteemedia 2 жыл бұрын
Thank you. Great tutorial !
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Thanks Kamil, I'm glad you liked it! 🙂
@htkdesigns6478
@htkdesigns6478 2 жыл бұрын
Thank you sir ,very good job,
@Victor-Duse
@Victor-Duse 2 жыл бұрын
I’m glad you liked it! 😀
@htkdesigns6478
@htkdesigns6478 2 жыл бұрын
@@Victor-Duse sir, i couldn't apply for this to global header,how to apply ,pl help .Thanks.
@Victor-Duse
@Victor-Duse 2 жыл бұрын
@@htkdesigns6478 Can you tell me more about the problem and perhaps share a link?
@htkdesigns6478
@htkdesigns6478 2 жыл бұрын
@@Victor-Duse dear sir, when create a global header & apply css code but Fix overlapping when displaying search icon and/or cart icon not working and other thing is how to apply navigation search features -ex -search box color. Thank you.
@Victor-Duse
@Victor-Duse 2 жыл бұрын
@@htkdesigns6478 I'm afraid I can't help you without a link to the site.
@miguelcarbajal948
@miguelcarbajal948 11 ай бұрын
Great video, I have a question, how can i remove the "select page" bar on mobile?
@Victor-Duse
@Victor-Duse 11 ай бұрын
Hi! Please share a link and I'll have a look.
@dejanmihajlica4161
@dejanmihajlica4161 3 жыл бұрын
Thanks a lot. Very good job!
@Victor-Duse
@Victor-Duse 3 жыл бұрын
Thanks Dejan! I’m glad you liked it. 🙂
@cores-music
@cores-music 2 жыл бұрын
Thank you very much, it's very helpful...
@Victor-Duse
@Victor-Duse 2 жыл бұрын
You’re very welcome! 🙌
@motivation4life492
@motivation4life492 Жыл бұрын
Thank you!
@Victor-Duse
@Victor-Duse Жыл бұрын
You’re very welcome ☺️
@ufxdigital5067
@ufxdigital5067 3 жыл бұрын
It is amazing buddy !! Thanks a lot !! I would like to know if you know how add the search bar inside the mobile menu.. is that possible this way or you need to do it different way like using some plugin ?
@Victor-Duse
@Victor-Duse 3 жыл бұрын
Thanks! Sure, my go to plugin for injecting basically anything in the mobile menu (+ lots of different styling options) is Divi Toolbox. 25% off for a few days more so check it out at divimundo.com/toolbox/
@klemo7672
@klemo7672 2 жыл бұрын
Great Job. Thx
@Victor-Duse
@Victor-Duse 2 жыл бұрын
I'm glad you liked it! 🙂
@StudioUno-mv3gc
@StudioUno-mv3gc 2 жыл бұрын
Wonderfull tutorial, but how can a man go to the Header Template ( Edit Specif page: Home Header Layout) to do what you do at the 6:10 min ? Thanks
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Thanks! Go to your WordPress dashboard and head over to Divi » Theme Builder. You can create and edit your header templates from there.
@jawadwaheed5105
@jawadwaheed5105 2 жыл бұрын
awesome awesome, really very nice
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Thank you Jawad! 😀
@dragon3602010
@dragon3602010 2 жыл бұрын
How can we add some buttons and texts in the menu?
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Hi S! My go to plugin for injecting basically anything in the mobile menu (+ lots of different styling options) is Divi Toolbox. Check it out at divimundo.com/toolbox/
@pascalbarth1610
@pascalbarth1610 Жыл бұрын
Super, one question. how can I solve this with the font 'Menu' in the tablet version? It's not in the right place.
@Victor-Duse
@Victor-Duse Жыл бұрын
Hi! You can target mobile and tablet differently using media queries. Try to replace the original CSS with the snippet below and change the values for tablet. Let me know how it goes! 🙂 /*** Responsive Styles Tablet Only ***/ @media all and (min-width: 768px) and (max-width: 980px) { .et_mobile_nav_menu:before { content: 'MENU'; position: absolute; right: 40px; margin-top:5px; color: #333; font-size:16px; } } /*** Responsive Styles Smartphone Only ***/ @media all and (max-width: 767px) { .et_mobile_nav_menu:before { content: 'MENU'; position: absolute; right: 40px; margin-top:5px; color: #333; font-size:16px; } }
@pascalbarth1610
@pascalbarth1610 Жыл бұрын
Thank very much for ur help. @@Victor-Duse
@Victor-Duse
@Victor-Duse Жыл бұрын
@@pascalbarth1610 You’re very welcome! ☺️
@camilasalgado2194
@camilasalgado2194 2 жыл бұрын
Thanks mate!!!!
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Glad you liked it Camila! 🙌
@marcoscandido7434
@marcoscandido7434 2 жыл бұрын
Thank you! Do you know how to speed up the toggle animation? The menu slides down a bit slow, I wanted to make it faster.
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Hi Marcos! Not off the top of my head, I’m afraid. For more advanced mobile menu tweaks I would recommend Divi Toolbox. Check out: kzbin.info/www/bejne/fZ3UmmaXmdKSoMU
@doeyehof
@doeyehof 3 жыл бұрын
Thank you!!
@Victor-Duse
@Victor-Duse 3 жыл бұрын
Glad you liked it Doeye! 🙂
@sobrisobri4530
@sobrisobri4530 Жыл бұрын
Hello Sir, step 6, how make full height, i mean i want my logo and text menu disappear, thanks
@Victor-Duse
@Victor-Duse Жыл бұрын
Hi Sobri! You can play around with negative top margin like this: .mobile_nav.opened .et_mobile_menu { margin-top: -10px; } Adjust the number of negative px needed to cover the mobile menu bar. However, this means that the mobile menu will cover the close icon (X) too.
@sobrisobri4530
@sobrisobri4530 Жыл бұрын
@@Victor-Duse thank you Sir
@JulianoTosoDill
@JulianoTosoDill 2 жыл бұрын
when uploading the file it shows an error
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Hi Juliano! I just tested to import it with the latest versions of Divi and WordPress and it works fine. Make sure that you extract the zip file first. Then go to Divi » Theme Builder. Click "Add global header" (or edit an existing header template). Click the purple circle in the bottom to open the Divi Builder menu and click the Portability icon (↓↑ ). Click "Import" and upload the .json file. Let me know how it goes!
@cookcu80
@cookcu80 2 жыл бұрын
Mantapp
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Say what? 🤔
@learningtostream3919
@learningtostream3919 Жыл бұрын
Im getting no change at all
@Victor-Duse
@Victor-Duse Жыл бұрын
Perhaps it could be a caching issue. Try to clear both the website cache and the browser cache. Also, make sure to preview the menu in frontend (outside of the Theme Customizer).
@learningtostream3919
@learningtostream3919 Жыл бұрын
lol text color@@Victor-Duse
@learningtostream3919
@learningtostream3919 Жыл бұрын
Done thank you@@Victor-Duse
@therankingworld7627
@therankingworld7627 2 жыл бұрын
THANKS DIVI MUNDO VIKTOR IT WORKED LIKE A CHARM FOR ME JUST NOW WHEN IM DONE WITH THE SITE ILL SEND YOU A LINK?
@Victor-Duse
@Victor-Duse 2 жыл бұрын
Perfect! 🙌 Sure thing, just post the link in a comment and I'll check it out. 🙂
How To Collapse Divi Mobile Menu Submenus
6:11
Pee-Aye Creative
Рет қаралды 19 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
6.3 Style The Mobile Menu in the Divi Theme Builder
8:15
Victor Duse
Рет қаралды 23 М.
How to Keep Columns on Mobile in Divi
11:20
Josh Hall
Рет қаралды 103 М.
Top 26 Divi Hidden Features | Divi Tips and Tricks
30:22
Matt - WPress Doctor
Рет қаралды 30 М.
Autoplay YouTube Video in WordPress (+ Advanced Settings)
17:47
Victor Duse
Рет қаралды 20 М.
6.9a Design a Contact page with Divi
15:00
Victor Duse
Рет қаралды 1,5 М.
How to Create a Divi Mobile Menu Collapse Effect
9:12
Josh Hall
Рет қаралды 34 М.
How To Manually Set Divi Column Stacking Order on Mobile [Super Easy]
7:03
How to use CSS Grid in Divi + Free Layout Set
20:54
Ania Romańska (Divi Lover)
Рет қаралды 8 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН