Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello, I have just decided to include a dropdown menu on my main menu. The item is Skin Conditions and should show a dropdown with a list of items. This is working on mobile, but for some reason on Desktop it is blank, and not showing at all. Kindly help! Thanks so much!
Website is: https://repcillin.com/
Solved! Go to the solution
This is an accepted solution.
Hey, add the following code to the bottom of your base.css file.
.js details > .header__submenu {
opacity: 100 !important;
}
This is an accepted solution.
Hi,
Open a file assets/base.css and add below code at the end of the file:
details[open] > .header__submenu {
opacity: 1 !important;
transform: none !important;
}
Regards,
Emirates7
This is an accepted solution.
Hi,
Use below code:
details[open] > .header__submenu {
opacity: 1 !important;
transform: none !important;
min-width: 1px !important;
width: 220px !important;
max-widt: 220px !important;
}
Regards,
Emirates7
This is an accepted solution.
Hey, add the following code to the bottom of your base.css file.
.js details > .header__submenu {
opacity: 100 !important;
}
Thank you soo soo much! Fast reply. Amazing!
However, it is showing the full width of the screen, so not formatting quire correctly. Is there another line of code to add to fix this?
Thank you again, HUGELY APPRECIATED
This is an accepted solution.
Hi,
Open a file assets/base.css and add below code at the end of the file:
details[open] > .header__submenu {
opacity: 1 !important;
transform: none !important;
}
Regards,
Emirates7
Thank you soo soo much! Fast reply. Amazing!
However, it is showing the full width of the screen, so not formatting quire correctly. Is there another line of code to add to fix this?
Thank you again, HUGELY APPRECIATED! ♥
This is an accepted solution.
Hi,
Use below code:
details[open] > .header__submenu {
opacity: 1 !important;
transform: none !important;
min-width: 1px !important;
width: 220px !important;
max-widt: 220px !important;
}
Regards,
Emirates7
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025