Hi,
Great template.
I have one wuestion, is it possible to hide the title container (breadcrumb) on responsive and mobile view?
Thank you.
Regards,
Ahmad
Hey Daghes,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.title_container{
display:none!important;
}
}
Best regards,
Jordan Shannon
Thank you, works great!
One more thing, can I join the top menu with the main menu on responsive also?
Regards,
Ahmad
Hi,
That is not possible without significant header customization that goes beyond what can be done here in the forums. However perhaps you can create a second menu with those top links included with the normal links, and use a plugin such as this to show on mobile https://wordpress.org/plugins/zen-menu-logic/.
Best regards,
Jordan Shannon
Hi,
Thank you Jordan for your support.
Unfortunately, Zen menu is not compliant with the WPML plugin so it will not work in my case.
is there any other plugin that can help with my purpose?
in the other hand, please how I can hide the main and top menus in the responsive view??
Regards,
Ahmad
Hi Ahmad,
It’s very unusual that you’d like to hide the main and top menus… But if you’re absolutely sure that you’d like to do that, you can use this in Quick CSS:
@media only screen
and (max-width: 1024px) {
.advanced_menu_toggle {display:none}
.sub_menu {display:none}
}
You may adjust the maximum width to fit your preference.
Best regards,
Sarah
Hi Sara,
Thank you for your answer.
I want to hide these two menus on mobile devices and appear another menu that contain different structure (using a plugin)
Regards,
Ahmad
Hi,
All right. :) Do let us know if you need further help with this topic, or if we can close this thread.
Thank you!
Best regards,
Sarah