How to Add Custom Fonts in Your Shopify Store?
1. Download font which you want to apply. 2. Go to Content -> Files -> Upload files 3. Go to themes -> Edit code -> Sections 4. Create new section…
1. Download font which you want to apply. 2. Go to Content -> Files -> Upload files 3. Go to themes -> Edit code -> Sections 4. Create new section…
https://youtu.be/2iE6dRjvP8s Create a new file and name it paypal.html Paste below lines of code in the file which you created. Upload this file code to your hosting. <!DOCTYPE html> <html>…
https://youtu.be/m-Oe7aV_V20 Create a new file and name it paypal.html Paste below lines of code in the file which you created. Upload this file code to your hosting. <!DOCTYPE html> <head>…
https://youtu.be/dYuaIn6ohkc https://youtu.be/5YjpOoZ0KkM 1. Go to Themes -> Edit code -> Config -> settings_schema.json Paste below code in line: 10. Or you can follow the video instructions to exactly compare the…
1. Go to Themes -> Edit code -> Config -> settings_schema.json Paste below code in line: 10. Or you can follow the video instructions to exactly compare the code next…
https://www.youtube.com/watch?v=q8YYjBpYQk8 1. Go to Dashboard click on pages and create new page. 2. Toggle the editor to HTML Code and paste below code: <style> .order-tacking { /* text-align: center; */…
Shopify product page calendar Introduction Use the Shopify Product Page Calendar to easily add a calendar to your product pages. Schedule appointments, pick dates, or check product availability directly on…
https://youtu.be/dkpeBRIV27g 1. Update Alt text of images in the gallery for each product. 2. Go to Snippets -> product-gallery.liquid Find 'media in product.media' loop.Paste below code inside the open tag.{%…
https://youtu.be/K_NtNOqpc7w 1. Update Alt text of images in the gallery for each product. 2. Go to Snippets -> product-media-gallery.liquid Find 'product__media-item' class in li tag which is inside product.media loop.Paste…
1. Create new snippet 'language-country-flag' and paste below code: <style> .header-lang-switcher summary { display: flex; align-items: center; } </style> <localization-form> {%- form 'localization', id: 'FooterCountryForm', class: 'localization-form header-lang-switcher' -%} <div>…