Back to Shopify Liquid

Shopify Liquid
Banner showing customers and reviews
Drop this Shopify Liquid snippet into your theme to add the banner showing customers and reviews block. Copy the code below, paste it into your theme files, save and you're done.
116 lines · 2.2 KB
Shopify Liquid
1<div class='shopify-section' id='shopify-section-template--16396034474171__11025304-9ab5-4eaf-8988-22739d85da28'>2 <style>3 [id='template--16396034474171__11025304-9ab5-4eaf-8988-22739d85da28'].facts {4 background-color: #eee9df;5 }67 .factsBody {8 max-width: 1000px;9 margin: 0 auto;10 display: flex;11 flex-direction: row;12 justify-content: center;13 }1415 .factsBodyItem {16 display: flex;17 flex: 1;18 justify-content: center;19 align-items: center;20 flex-direction: row;21 padding: 20px 30px;22 }2324 .factsBodyItemIcon {25 margin: 0 16px 0 0;26 height: 38px;27 width: auto;2829 }3031 .factsBodyItemTxt {32 font-weight: 400;33 font-size: 16px;34 margin: 0;35 color: #000000BF;36 text-align: center;37 }38394041 .factsBodyItemTxt p {42 margin: 0;43 }4445 @media (max-width: 1000px) {46 .factsBody {47 padding: 0px 5px;48 }4950 .factsBodyItem {51 flex-direction: column;52 padding: 15px 5px;53 }5455 .factsBodyItemTxt {56 font-size: 12px;57 text-align: center;58 white-space: normal;59 }6061 .factsBodyItemIcon {62 margin: 0;63 }64656667 }68 </style>69 <section class='facts' id='template--16396034474171__11025304-9ab5-4eaf-8988-22739d85da28'>70 <div class='factsBody'>71 <div class='factsBodyItem'>72 <img alt='image 42.png' class='factsBodyItemIcon' src='//duradry.com/cdn/shop/files/image_42.png?v=1682376660'/>73 <div class='factsBodyItemTxt'>74 </div>75 </div>76 <div class='factsBodyItem'>77 <div class='factsBodyItemTxt'>78 <p>79 <strong>80 500,000+81 </strong>82 </p>83 <p>84 CUSTOMERS85 </p>86 </div>87 </div>88 <div class='factsBodyItem'>89 <div class='factsBodyItemTxt'>90 <p>91 <strong>92 97%93 </strong>94 </p>95 <p>96 SUCCESS97 </p>98 </div>99 </div>100 <div class='factsBodyItem'>101 <div class='factsBodyItemTxt'>102 <p>103 <strong>104 3,000+105 </strong>106 </p>107 <p>108 5☆ REVIEWS109 </p>110 </div>111 </div>112 </div>113 </section>114 <script>115 </script>116</div>



