Comments nsaurin started the conversationOctober 30, 2020 at 4:59pmHi,I would like to know how to make so that on mobile phone the sub-menus is developed automatically? Without the visitor having to click on the bottom arrows.Thanks for your help :)Nicolas 2,701PenciDesign repliedOctober 31, 2020 at 2:13amHi,If you want to do that, please try add more this code to Customize > Custom CSS: #sidebar-nav ul.sub-menu{ display: block; } Best Regards,PenciDesignnsaurin repliedOctober 31, 2020 at 12:52pmGreat for the automatic opening of the menu on mobile it works thank you! Just another question about the menu, what can I do if I only want to make certain menu words bold? 2,701PenciDesign repliedOctober 31, 2020 at 3:13pmHi,To do that, please do follow steps: a) Go to Appearance > Menus > add "CSS Classes" below to menu items you want to get bold: bold-menu-itemb) Add more this code to Customize > Custom CSS: #navigation ul.menu li.bold-menu-item > a{ font-weight: bold; } Best Regards,PenciDesign Sign in to reply ...
Hi,
I would like to know how to make so that on mobile phone the sub-menus is developed automatically? Without the visitor having to click on the bottom arrows.
Thanks for your help :)
Nicolas
Hi,
If you want to do that, please try add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign
Great for the automatic opening of the menu on mobile it works thank you!
Just another question about the menu, what can I do if I only want to make certain menu words bold?
Hi,
To do that, please do follow steps:
a) Go to Appearance > Menus > add "CSS Classes" below to menu items you want to get bold:
b) Add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign