This guide will help you to remove the theme credits from your store (they are visible in the header and the footer).
- Access your themes section
- Open the Loft theme code
- Remove code
1. Access your themes section
Login to your Shopify admin, and then click “Online Store” (on the left side of the admin). This takes you to the “themes” area of your Shopify store.
Example themes section
2. Open the Loft theme code
Next, click the button that says “Actions” - followed by “Edit code” which will load the live code editor. It consists of a left hand sidebar, which lists all the files on Loft, along with a right hand code editing panel.
Shopify code editor
3. Remove code
You need to remove a few lines of code from the header.liquid as well as the footer.liquid. Do the following steps:
- Search for the "Sections" folder
- Open the "header.liquid" file
- Scroll down to around line 356 or hit ctrl+f(windows)/command+f(mac) on your keyboard and type the word "Trailblaze"
- Remove the following block of code
Designed by <a href="https://trailblazemedia.com" title="TrailblazeMedia.com">Trailblaze Media</a>.
{{ powered_by_link }}
<br> - Click "Save"
- Open the "footer.liquid" file
- Scroll down to around line 44 or hit ctrl+f(windows)/command+f(mac) on your keyboard and type the word "Trailblaze"
- Remove the same code as step's 4.
- Click "Save"