Hi there,
Thanks for writing in,
Do you mind providing us the URL of your website so we can take a closer look to resolve the issue. However for disabling the mobile menu you can remove some code from the HTML file but first we’d ask for the link of your website to provide you with a tailored responce.
Thanks!
Hi there,
Thanks for writing in,
If you wish to remove the second mobile menu which is shown into this snapshot below:
http://prntscr.com/707woj
Go to Appearance > Theme Options > Custom CSS And put the following code:
#wrapper .dd-container .dd-selected-text {
display: none;
}
Hope this helps!
Thanks.
Sorry for the late response. That worked, thanks for your help!