I’d like to remove the ‘menu’ title on the mobile version of this theme. Any ideas?
Hi @micaiahwebb
Can you share with me the page URL? I will help you check it. Thank you.
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
Unfortunately the menu title is still showing up ![]()
Sorry, I’m not sure where to paste this!
doesn’t pull anything up when I search for it. Could it be called
something else?
Thank you! That worked for me.


