Disabling mobile menu for Travelify WordPress theme

Hello there,

I have replaced the mobile menu (drop down list) with an add on menu. The problemI have now is that I have two menus showing. I would like to remove the mobile drop down menu if at all possible? I would like to continue to use the main desktop menu version.

Any help would be greatly appreciated. Thanks :slight_smile:

Nathan.
www.yolonathan.com

Hi @yolonathan,

I hope you are well today and thank you for your question.

You can try hiding the mobile drop down menu by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

@media (max-width: 767px){
#main-nav{
  display: none;}

}

Best Regards,
Movin

Thanks for your help Movin, I really appreciate it!! Best wishes, Nathan.

You are most welcome here :slight_smile:

Hello Yolonathan,

Can you tell me how you replaced drop down menu by add on menu ?

Iā€™m trying to do the same

Thanks

Will