Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, I changed my menu to mega menu but I have a black line in the bottom. Afterwards to be able to see I also update the menu to dropdown but I came with entire black frame on my Studio theme. Could you please help me to remove this black frame ?
Hey @Begummerh
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hello Moeed,
My shopify link is https://120ca6-67.myshopify.com/?_ab=0&_fd=0&_sc=1
Looking forward to replace your solution !
Hi @Begummerh
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
#MegaMenu-Content-1,.mega-menu__content {
padding: 0;
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hello Richard, thank you!
I replaced the code but it didn t work neither.
Please check my shopify link ; https://120ca6-67.myshopify.com/?_ab=0&_fd=0&_sc=1
I changed mega menu to dropdown but still same, in the mega menu I got two lines(top&bottom) after adding the code.