Business Consulting – Hide Mobile Menu

Home Forums All Other Themes Business Consulting – Hide Mobile Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #110918
    emily4emily4
    Participant
    • Topics: 10
    • Replies: 9
    • Total: 19
    Member since: October 15, 2018

    I am using Business Consulting theme and would like to hide the menu on the tablet and mobile view of www.tx-poa.com

    I have tried the following CSS with no luck:

    @media screen and (max-width:767px) {
    .header_right nav, .mobile_nav a { display:none !important;}
    }

    @media screen and (max-width:768px){
    .topnav{display:none !important;}
    }

    Also, in the tablet view, the logo overlaps the slider text:
    overlap

    #110974
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:1023px) {
    #simple-menu { display:none !important;}
    #slidera .nivo-caption { top:70%;}
    #slidera .nivo-caption .title { font-size:40px !important;}
    }

    Regards,
    Dave

    #111119
    emily4emily4
    Participant
    • Topics: 10
    • Replies: 9
    • Total: 19
    Member since: October 15, 2018

    Thank you. That fixed it.

    #111144
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi emily,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/19/

    Regards,
    Dave

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