Skip to main content

Posts

Showing posts from September, 2024

Featured Post

How to create customizable products in Shopify for Free (No coding!)

Creating customizable products in your Shopify store not only increase your customer satisfaction, it also increases your conversion rate.  Here is a method to add custom options for your Shopify product and convert it into personalized product - Go to Shopify store page and search for "Advanced Product Customizer" app or you can directly the the Shopify app page by clicking on this link Advanced Product Customizer . Install  Advanced Product Customizer  app for free in your Shopify store  From the application dashboard, enable to app embed block to complete the installation process Click "Product Custom Options"  From the Shopify products list, select the product on which you want to add custom options. Advanced Product Customizer  offers Image Swatch, Color Swatch, Text box, File Upload, Radio, Checkbox, Date Picker and more. Here is the a demo video for adding custom option for a Shopify product -

Boost Your Shopify Store with Customer Testimonials in Minutes!

In this video, we provide a step-by-step tutorial on how to create a Customer Testimonial Section in your Shopify store using the built-in features of the Dawn theme. Learn how to effectively showcase customer feedback on your homepage by utilizing the Multi-Column Section available in the theme template. This tutorial covers: - How to access and customize the multi-column section for testimonials. - Setting up testimonials with customer quotes and names. - Tips to make your testimonial section visually appealing and credible. Enhancing your Shopify store's homepage with customer testimonials is a great way to build trust and boost conversions! Follow along for a quick and easy setup. #Shopify #DawnTheme #CustomerTestimonials #Ecommerce #ShopifyTutorial #ShopifyTips Install Now our FREE Shopify app Product Designer & Variants to create custom fields in your Shopify product -  https://apps.shopify.com/scale-up-print-designer #shopify #shopifythemes #scaleupprint

How to change product title font size in Shopify for mobile view? Dawn theme

In this video we will show how to add custom CSS code to change the font-size of product title in case of mobile view in your Shopify store. Here is the CSS code used in the video - @media only screen and ( max-width : 769px ) { .product__title h1 { display : block; font-size : 1.17em ; margin-top : 1em ; margin-bottom : 1em ; margin-left : 0 ; margin-right : 0 ; } }