How do I hide the name of the theme used in Shopify from the source code?
- Go to Online Store > Themes.
- Click on Actions > Edit Code for the theme you want to edit.
- Open Assets > theme.scss.liquid.
- Scroll to the bottom of the whole list of code and paste the code below these instructions. .site-header__logo { display: none; }
- Save.