Please do like following.
Please add following custom css code.
@media (max-width: 767px) {
.hidden-phone{
display: none !important;
}
}
And then please find following code in /wp-content/themes/Travelo/js/theme-scripts.js file.
var chaser = tjq('#main-menu ul.menu').clone().hide().appendTo(document.body).wrap("<div class='chaser hidden-mobile'><div class='container'></div></div>");
Replace with following code.
var chaser = tjq('#main-menu ul.menu').clone().hide().appendTo(document.body).wrap("<div class='chaser hidden-phone'><div class='container'></div></div>");
And then try again.
Regards, C-Themes
Hi,
Please send me your website url and admin credentials and ftp information.
Let me check your website.
And your support license was expired. Please extend it.
Regards, C-Themes