Skip to content

Instantly share code, notes, and snippets.

@schaeken
Created June 8, 2016 17:46
Show Gist options
  • Save schaeken/e5f050d3ea6922c17e21cb7a4c42db1a to your computer and use it in GitHub Desktop.
Save schaeken/e5f050d3ea6922c17e21cb7a4c42db1a to your computer and use it in GitHub Desktop.
[Atlantic] Theme Updates.md

theme.liquid

  • Google font integration: 72 lines of code for this in theme.liquid. Recommend putting into snippet called google-fonts.liquid. Tested all Google fonts, all are working!

product.liquid

collection.liquid

Snippets/product-item.liquid

Snippets/collection-sort.liquid

Snippets/header.liquid

Snippets/footer.liquid

Snippets/product-badges.liquid

Assets/style.scss.liquid

  • Line 37: ul, ol { margin: 0; padding: 0 0 0 0px; display:block; list-style:none; } - Use padding: 0; instead of padding: 0 0 0 0px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment