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:…
wireless surveillance cameras ( مميزات وعيوب كاميرات المراقبة اللاسلكية) wireless surveillance cameras ( مميزات وعيوب كاميرات المراقبة اللاسلكية) الجملة ليست غريبة عليك أخي القارئ ! فأنت حتما سمعت عن هذا…
Learn how to implement Range Slider using HTML/CSS. Follow below steps: Create a new HTML file.Copy the below code and paste the code into it. <!DOCTYPE html> <html lang="en"> <head>…
Learn how to scroll categories horizontally in your Website or App: Create a file test-scroll.html Copy below code and paste into it. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta…
Follow Below steps to fix the Elementor loading issue: Go to wordpress website dashboard.Install & activate File Manager PluginSelect wp-config.php file and right click and open in content Editor.Paste below…
Follow Below steps to Export PHP JSON data to Excel file using JavaScript/JQuery: Copy below code and use it in PHP file. It will work. <?php $data = array( '0'…
Follow below steps to add sticky navigation bar in your debut theme of shopify. Go to Theme -> Action -> Layout -> theme.liquidFind </head> closing head tag and just above…
Follow Below steps to embed a youtube video in your shopify store with autoplay, and loop. Go to customizeClick on Add sectionSelect Custom Liquid or Custom HTMLPaste below code in…