Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #808719

    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

    #808756

    Hey Daghes,

    Add the following to quick css:

    @media only screen and (max-width: 767px)  {
    .title_container{
    display:none!important;
    }
    }

    Best regards,
    Jordan Shannon

    #808910

    Thank you, works great!

    One more thing, can I join the top menu with the main menu on responsive also?

    Regards,
    Ahmad

    #809025

    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

    #812136

    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

    #812177

    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

    #812232

    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

    #812249

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.