Show Color Variant As Separate Product In Collection Page – Theme Reformation | Shopify Code
Follow below steps to add testimonial section. Go to theme -> Edit code -> SectionCreate a section and name it testimonialsPaste the code {{ 'section-multicolumn.css' | asset_url | stylesheet_tag }}…
Go to shopify store dashboard and create a page and paste this code: <style> @import url("https://fonts.googleapis.com/css?family=Raleway:400,600,900"); * { box-sizing: border-box; /* outline:1px solid ;*/ } body { background: #ebebeb; height:…
Follow Below steps to remove logo from home page: Go to theme -> Action -> Edit Code -> Layout -> theme.liquid Paste below code just before </body> closing body tag.…
Follow Below steps to add "Add to Cart" button on collection page. Go to theme -> Action -> Edit Code -> Snippets -> product-card.liquidPaste below code at the end of…
Follow Below steps to create product image slider in shopify dawn theme: Go to theme -> Action -> Edit Code -> Layout -> theme.liquid Find </head> and paste below code…
Go to header.liquid file. Go to dashboard of shopify store Go to themes -> Actions -> Edit code Open Sections -> header.liquid Go to line: 495 and line: 497 Delete…
Follow Below steps to create product slider in shopify dawn theme: Go to theme -> Action -> Edit Code -> Sections Create section and name it product-slider Paste below code…
1. Go to Themes -> Actions -> Edit code -> Sections 2. Create new file collection-slider.liquid in Sections Copy the code of collection.liquid file and paste complete code to new…
How to Add Back to Top Button by following below steps: 1. Create new snippet by following below instructions. Find the theme you want to edit, and then click Actions > Edit code.In…