Liquid, JavaScript, themes, sales channels
Hi!
Is there a way of letting the mega menu smoothly slide in to the screen when clicking on the primary level title?
Website url: www.mism.store
Best,
Team-mism
Solved! Go to the solution
This is an accepted solution.
Hi @monomgroup
You can follow these steps:
Step 1: At Shopify Admin, Go to Online Store -> Themes -> Edit code.
Step 2: Find and open file base.css (or theme.css)
Step 3: Add this following code at the end of base.css:
div#MegaMenu-Content-1 { transform: translateY(20px); transition: opacity 0.3s ease-out, transform 0.3s ease-out; } div#MegaMenu-Content-2 { transform: translateY(20px); transition: opacity 0.3s ease-out, transform 0.3s ease-out; } div#MegaMenu-Content-3 { transform: translateY(20px); transition: opacity 0.3s ease-out, transform 0.3s ease-out;
If it worked, please mark as a solution. Good luck!
This is an accepted solution.
Hi @monomgroup
You can follow these steps:
Step 1: At Shopify Admin, Go to Online Store -> Themes -> Edit code.
Step 2: Find and open file base.css (or theme.css)
Step 3: Add this following code at the end of base.css:
div#MegaMenu-Content-1 { transform: translateY(20px); transition: opacity 0.3s ease-out, transform 0.3s ease-out; } div#MegaMenu-Content-2 { transform: translateY(20px); transition: opacity 0.3s ease-out, transform 0.3s ease-out; } div#MegaMenu-Content-3 { transform: translateY(20px); transition: opacity 0.3s ease-out, transform 0.3s ease-out;
If it worked, please mark as a solution. Good luck!
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023