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.
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