How to remove Tell your story from menu drop down

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. .

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;
    }

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