The repo for Purrform's main BigCommerce store.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: update footer spacing and fix footer name in config (#30)

authored by

Rogerio Romao and committed by
GitHub
1f3d5687 b28af9eb

+5 -1
+1 -1
config.json
··· 1 1 { 2 - "name": "remove product recall link", 2 + "name": "fix footer spacing", 3 3 "version": "6.10.0", 4 4 "template_engine": "handlebars_v4", 5 5 "meta": {
+4
templates/components/common/footer.html
··· 279 279 h3.footer-info-heading { 280 280 font-family: 'Filson Pro', sans-serif !important; 281 281 } 282 + 283 + ul.footer-info-list { 284 + gap: 0 10px !important; 285 + } 282 286 </style>