Sticky Navigation Bar On Debut Theme [SOLUTION] Post author:Ramzan Post published:March 12, 2022 Post category:Uncategorized Post comments:1 Comment 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 it paste the below code. <!-- Debut theme sticky header :: start --> <style> #shopify-section-header { position: sticky; position: -webkit-sticky; top: 0; z-index: 9; } </style> <!-- Debut theme sticky header :: ends --> If you want only on desktop screen and don't want sticky navigation bar in mobile view then add below code. <!-- Debut theme sticky header :: start --> <style> #shopify-section-header { position: sticky; position: -webkit-sticky; top: 0; z-index: 9; } @media screen and (max-width: 800px) { #shopify-section-header { position: unset; position: unset; top: unset; z-index: unset; } } </style> <!-- Debut theme sticky header :: ends --> Hire Me Tags: debut theme, fixed navigation bar, shopify, sticky navigation bar Please Share This Share this content Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Read more articles Previous PostHow Do I Autoplay an Embed YouTube Video in Shopify Homepage Next PostCustom Testimonial Section in DAWN Theme Shopify | Copy Paste Code | Without App You Might Also Like How to Export JSON data to Excel File using JavaScript ? March 24, 2022 How To Add “Add To Cart” Button On My Collection Page March 8, 2022 wireless surveillance cameras ( مميزات وعيوب كاميرات المراقبة اللاسلكية) May 30, 2022 This Post Has One Comment Israel night club April 26, 2022 Reply I was excited to discover this website. I want to to thank you for your time for this wonderful read!! I definitely liked every part of it and i also have you book-marked to look at new things on your website. Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.
Israel night club April 26, 2022 Reply I was excited to discover this website. I want to to thank you for your time for this wonderful read!! I definitely liked every part of it and i also have you book-marked to look at new things on your website.
I was excited to discover this website. I want to to thank you for your time for this wonderful read!! I definitely liked every part of it and i also have you book-marked to look at new things on your website.