Remove Mobile Search Menu | WordPress.org

Hello,

I’m using the following theme. How do I remove the mobile search menu and social icons on mobile menu? Most online guides say that there is a setting under Customize>Header>Mobile Search. That option is not there for me. I’ve also tried adding the following code to additional CSS. Also looked through the layouts in my theme and there isn’t one for a mobile layout.

The theme uses Elementor and ThemeRex plugins if that helps?

MY SITE

#mobile-menu-toggle {
    display: none;
}



Source link