Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larguar/shopify-setup


https://github.com/larguar/shopify-setup

Last synced: 9 days ago
JSON representation

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 `