Sticky Navigation Bar On Debut Theme [SOLUTION]

  • administrator
  • March 12, 2022
  • 1 min read

Follow below steps to add sticky navigation bar in your debut theme of shopify. Go to Theme -> Action -> Layout -> theme.liquid Find </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; […]

Read More