All things Shopify and commerce
I'd like to remove the 'menu' title on the mobile version of this theme. Any ideas?
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > styles.css and paste this at the TOP of the file:
.mobile-menu-title {
display: none!important;
}
Hi @micaiahwebb
This is Lucas from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file styles.css
Step 3: Paste the below code at bottom of the file -> Save
@media only screen and (max-width: 798px){
summary.mobile_nav.dropdown_link span.mobile-menu-title {
display: none !important;
}}
Hope that my solution works for you.
Best regards,
Lucas | PageFly
You can try again this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag </body> -> save.
<style>
span.mobile-menu-title {
display: none !important;
}
</style>
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > styles.css and paste this at the TOP of the file:
.mobile-menu-title {
display: none!important;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025