Remove Mobile Menu Box from Website Version

Discussion in 'One Page Pro WordPress Theme' started by vibrandsee, Jan 15, 2017.

  1. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    How do you remove the little square menu on the desktop version of the site? (see attached screenshot).

    It doesn't serve a purpose if you do not have social media icons at the top of the page or a call number at the top of your page.
     

    Attached Files:

    • Box.png
      Box.png
      File size:
      955.5 KB
      Views:
      7
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Here is the custom CSS code for the same, just use it in your Custom CSS field of Customizer panel under theme Settings Options
    Code:
    /*To remove small icon at the top right of the header*/
    .header .toggle_strip{
    display:none;
    }
    
    /*To hide the top strip menu bar containing contact number and social icons*/
    .top_strip{
    display:none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page