Skip to main content

Posts

Showing posts from February, 2025

How to Add a Social Proof Block in Shopify Product Page (Dawn Theme)

 Adding social proof to your product pages can significantly increase trust and conversion rates. In this tutorial, we'll show you how to add a stylish Verified Testimonials block to your Shopify store using the Dawn theme . This block displays user avatars, names, and a verified icon—all customizable from the theme editor. ✅ Step 1: Open the main-product.liquid file Go to your Shopify Admin. Navigate to: Online Store → Themes → Edit code . Open the file: sections/main-product.liquid . Now add this code exactly as I’ve shown in the video — and yes, make sure to test it on a duplicate theme first! Full Code {%- when 'verified-testimonials' -%} <style> .verified-testimonials-container-{{block.id}} .verified-testimonials-user-icon-img-class { width: {{block.settings.verified_use...

How to Create a Stunning Shopify Section with Image & Info Cards

A visually engaging Shopify store helps convert visitors into customers. One of the best ways to enhance your store design is by incorporating a Feature Section with an image and informative cards. This guide will walk you through adding a customizable section that combines a main image with text blocks to highlight key features of your brand or product.  Why Use an Image & Info Card Section? Visually Appealing: A clean layout with a combination of an image and text improves the store’s aesthetic. Flexible Layouts: Choose whether the image appears on the left or right. Easy Customization: Modify colors, padding, and text to fit your brand. Engaging Content: Informative cards allow you to showcase key benefits or features. How to Add This Section to Your Shopify Store Follow these steps to integrate the Image & Info Card Section into your Shopify theme. Step 1: Add the Code to Your Theme Go to Online Store > Themes > Edit Code , and under the Sections folder, clic...