Yes, it’s gone! Thank you so much, @suyash1 !
Topic summary
A user seeks to remove the “menu” text label next to the mobile hamburger icon without removing the icon itself. Initial CSS attempts removed both elements.
Key Details:
- Site uses a custom theme (not Dawn) with files like mega-menu-custom.liquid and menu-mobile.liquid
- Password-protected site: beautyofpermanence.com (password: bananarama)
- No standard header-drawer file present in theme structure
Attempted Solutions:
- CSS targeting
.slicknav_menutxtremoved both text and burger icon - Suggestions to edit header-drawer file not applicable to this theme
- Multiple CSS code snippets provided but initially unsuccessful
Resolution:
- @suyash1 identified the menu text was being called by JavaScript code in the default theme content
- Successfully removed the text while preserving the hamburger icon functionality
- Issue confirmed resolved by original poster