A user wants to remove social media icons from the mobile dropdown menu while keeping them on the desktop version. The theme in use is Impulse.
Solutions Provided:
Multiple respondents offered CSS code snippets to hide the icons on mobile devices. The recommended approach involves:
Navigating to Online Store β Theme β Edit code
Locating the theme.css file
Adding CSS media queries targeting mobile screens (max-width: 767px or 425px)
Using display: none !important on the .mobile-nav__social class
Resolution:
The original poster confirmed one solution worked successfully.
Follow-up Issue:
A new user with the Flora theme cannot locate the theme.css file and seeks guidance for the same modification. This question remains unanswered.
Summarized with AI on October 24.
AI used: claude-sonnet-4-5-20250929.
Hi, I canβt find theme.css. I am using Flora theme and would also like to remove the social icons on the drop down menu. Do you know how I could achieve this?