Solved

How to remove Tell your story from menu drop down

titan12
Tourist
7 0 1

I'm using a showcase theme. When I test the mobile mode by clicking on the three lines on the left, the tell your story comes up but, I can find it when I go to theme customization to hide or delete it.    .

Untitled  2.png

Accepted Solution (1)

LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Please follow the steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > styles.css and paste this at the bottom of the file:
#page-menu .nav-ctas .nav-ctas__container:first-child .nav-ctas__cta {
display: none !important;
}

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Replies 2 (2)

LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Please follow the steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > styles.css and paste this at the bottom of the file:
#page-menu .nav-ctas .nav-ctas__container:first-child .nav-ctas__cta {
display: none !important;
}

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
titan12
Tourist
7 0 1

THANK YOU SOO MUCH!!! IT WORKED. YOU MADE MY DAY!