A step-by-step guide on how to create a hoverable dropdown menu in Shopify's Debut theme in 2021.
More Debut Feature Tutorials: • Shopify Debut Coding Tutorials
Scale your Shopify sales: https://willmisback.com
Connect with me: / will-misback
CODE BLOCKS
#1:
.site-nav--has-dropdown:hover .site-nav__dropdown,
.site-nav--has-dropdown:focus .site-nav__dropdown {
display: block;
}
#2:
.site-nav__dropdown { top: 25px!important; }
COMMENT BELOW!
If you have any trouble implementing this I will be happy to respond to your comment on this video.