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 trusted by section with new links and background color

+8 -4
+1 -1
config.json
··· 1 1 { 2 - "name": "tnc trader group hide rewards", 2 + "name": "felvet link", 3 3 "version": "6.10.0", 4 4 "template_engine": "handlebars_v4", 5 5 "meta": {
+7 -3
templates/pages/home.html
··· 80 80 <div class="trusted-by-section"> 81 81 {{{region name="home_trusted_by"}}} 82 82 <h2>Trusted by</h2> 83 - <img src="https://cdn11.bigcommerce.com/s-lh9wfk05w0/images/stencil/original/image-manager/trusted-by-logos4.png" alt=""> 84 - <img src="https://cdn11.bigcommerce.com/s-lh9wfk05w0/images/stencil/original/image-manager/trusted-by-logos.png" alt=""> 85 - <img src="https://cdn11.bigcommerce.com/s-lh9wfk05w0/images/stencil/original/image-manager/trusted-by-logos1.png" alt=""> 83 + <a target="_blank" referrerpolicy="noopener noreferrer" href="https://rfvs.info/"><img src="https://cdn11.bigcommerce.com/s-lh9wfk05w0/images/stencil/original/image-manager/trusted-by-logos4.png" alt="RFVS"></a> 84 + <a target="_blank" referrerpolicy="noopener noreferrer" href="https://felvet.co.uk/"><img src="https://cdn11.bigcommerce.com/s-lh9wfk05w0/images/stencil/original/image-manager/felvet.png" alt="Felvet"></a> 85 + <a target="_blank" referrerpolicy="noopener noreferrer" href="https://cam4animals.co.uk/"><img src="https://cdn11.bigcommerce.com/s-lh9wfk05w0/images/stencil/original/image-manager/trusted-by-logos1.png" alt="Cam24"></a> 86 86 87 87 </div> 88 88 ··· 261 261 text-overflow: ellipsis; /* Adds the ellipsis (...) at the end */ 262 262 } 263 263 } 264 + } 265 + 266 + .trusted-by-section { 267 + background-color: #dadada; 264 268 } 265 269 266 270 .carousel .card:hover {