Comments john started the conversationMarch 27, 2020 at 11:11pmHi,Is it possible to have a different header menu for mobile and desktop users?Thanks in advance for your help.John 1,831Support Agent 1 repliedMarch 28, 2020 at 12:20pmHi John,Unfortunately, this is not possible to do using theme options. Could you please provide more details on what are you trying to achieve? what elements would you like to change?Thanks! Regards, BoldThemes team If you like our products please consider leaving us a rating. A huge thank you from BoldThemes in advance!john repliedMarch 28, 2020 at 12:59pmI would like different pages to show in menu based on whether they are on a mobile device or desktop. 1,831Support Agent 1 repliedMarch 28, 2020 at 1:10pmHi John, Thank you for the clarification. You can inspect your website and then use menu item's id to hide that particular menu item via custom css, like this: so for this menu item css code would be: .btMenuVertical > .menuPort nav ul #menu-item-6028 { display: none !important; } Above code would hide that menu item on small screen devices only. Let us know if you need additional assistance. Regards, BoldThemes team If you like our products please consider leaving us a rating. A huge thank you from BoldThemes in advance!john repliedApril 2, 2020 at 8:40pmHi,Thanks for your reply.Your code works well but I actually want remove an item from the horizontal menu. I've tried this code but it doesn't work. .btMenuHorizontal > .menuPort nav ul #menu-item-6028 { display: none !important; }Thanks for your help. 1,831Support Agent 1 repliedApril 3, 2020 at 7:05amHi John,Could you please tell us which menu item would you like to remove as we are unable to locate item with that number:Thanks! Regards, BoldThemes team If you like our products please consider leaving us a rating. A huge thank you from BoldThemes in advance!john repliedApril 3, 2020 at 1:11pmItem 3580 for example. 1,831Support Agent 1 repliedApril 3, 2020 at 1:22pmHi John,Please try the following css code that should hide that particular meny item:.btMenuHorizontal .menuPort > nav > ul.menu > #menu-item-3580 { display: none !important;}Let us know if that helped. Regards, BoldThemes team If you like our products please consider leaving us a rating. A huge thank you from BoldThemes in advance!john repliedApril 3, 2020 at 1:27pmWorks great thanks 1,831Support Agent 1 repliedApril 3, 2020 at 1:31pmHi John,You're welcome!If you are satisfied with our support or you like our product, please consider leaving us a rating. We would really appreciate it! A huge thank you from BoldThemes in advance! Regards, BoldThemes team If you like our products please consider leaving us a rating. A huge thank you from BoldThemes in advance! Sign in to reply ...
Hi,
Is it possible to have a different header menu for mobile and desktop users?
Thanks in advance for your help.
John
Hi John,
Unfortunately, this is not possible to do using theme options. Could you please provide more details on what are you trying to achieve? what elements would you like to change?
Thanks!
Regards, BoldThemes team
If you like our products please consider leaving us a rating. A huge thank you from BoldThemes in advance!
I would like different pages to show in menu based on whether they are on a mobile device or desktop.
Hi John,
Thank you for the clarification.
You can inspect your website and then use menu item's id to hide that particular menu item via custom css, like this:
so for this menu item css code would be:
Above code would hide that menu item on small screen devices only.
Let us know if you need additional assistance.
Regards, BoldThemes team
If you like our products please consider leaving us a rating. A huge thank you from BoldThemes in advance!
Hi,
Thanks for your reply.
Your code works well but I actually want remove an item from the horizontal menu. I've tried this code but it doesn't work.
Thanks for your help.
Hi John,
Could you please tell us which menu item would you like to remove as we are unable to locate item with that number:
Thanks!
Regards, BoldThemes team
If you like our products please consider leaving us a rating. A huge thank you from BoldThemes in advance!
Item 3580 for example.
Hi John,
Please try the following css code that should hide that particular meny item:
Let us know if that helped.Regards, BoldThemes team
If you like our products please consider leaving us a rating. A huge thank you from BoldThemes in advance!
Works great thanks
Hi John,
You're welcome!
If you are satisfied with our support or you like our product, please consider leaving us a rating. We would really appreciate it!
A huge thank you from BoldThemes in advance!
Regards, BoldThemes team
If you like our products please consider leaving us a rating. A huge thank you from BoldThemes in advance!