Here are the steps to add Multi sub level menu in Shopify debut theme. ** Make Sure you have the backup of the files. ** 1) First of all replace code in site-nav.liquid.. download from here. 2)...
Shopify Debut theme multi level menu issue solved without plugin !
How to create sticky header bar for a website ?
If you want to make your header Navbar sticky or fixed at Top on window scroll than here is the solution to follow. So here is the jquery Scipt jQuery(window).scroll(function() { var scroll = jQuery(window).scrollTop(); if (scroll >= 200)...
On window scroll add/remove class with jquery !
Sometime we want to add class to particular div to make some changes on the page according to that class . Mostly this situation is happened when we want make our website header sticky or to fix the header at...
Multiple background images through CSS3
CSS3 contains a few new background properties, which allow greater control of the background element. we can add more then one image as background through css3. you can set the properties of any element like this below: #nst{ background-image:url(atal-setu.png), url(new-nst.png);...
Click to Chat