Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larguar/shopify-setup
https://github.com/larguar/shopify-setup
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/larguar/shopify-setup
- Owner: larguar
- Created: 2024-12-02T16:18:58.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-12-02T17:45:09.000Z (21 days ago)
- Last Synced: 2024-12-02T17:46:34.454Z (21 days ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopify Setup
A quick guide for my own reference so I can "start from scratch" without actually having to start from scratch. This list is specific to the [Combine](https://themes.shopify.com/themes/combine/styles/objects) theme in Shopify, but should work for other themes with some adjustments.## Table of Contents
1. [Theme Content](#theme-content)
2. [Custom Files](#custom-files)
3. [Customize Setup](#customize-setup)
4. [Icons](#icons)
5. [Header](#header)
6. [Footer](#footer)## Theme Content
### Edit default theme content
| Section | Update |
| :----------------- | :----------------- |
| General | **Breadcrumb account**
Title: `My Account` |
| Cart | **Cart**
Note: `Gift Note` |## Custom Files
### Edit code
Create 2 new files in the **assets** folder called `style.css.liquid` and `script.js.liquid`. Copy and paste all CSS and JS from previous theme.:file_folder: **layout/theme.liquid**
Search for `{{ 'theme.css' | asset_url | stylesheet_tag }}` and paste below:
```
{% comment %} [LG] Custom CSS File {% endcomment %}
{{ 'style.css' | asset_url | stylesheet_tag }}
{% comment %} [LG] End Custom CSS File {% endcomment %}
```Search for `