Shopify themes, liquid, logos, and UX
Hello, when i open my drop down menu i would like my logo to stay instead of disappearing. Is there a solution?
Hello @MastaDizzy you can try this to make the logo stay even when the menu drops down
1) Go to the Admin Page then click on Online Store then select Themes, then go to Actions and then click on Edit code.
2. In the Asset folder, open the theme-index.min.css
3. Paste the code below at the very bottom of the file.
@media only screen and (min-width: 950px) {
ul.dropdown-menu.dropdown-menu--mega {
margin-top: 95px !important;
}
}
Try this out then let me know if it works for you!
My theme does not seem to have the "theme-index.min.css" in assets.
h1.header__heading, h1.header__heading * {
display: block;
}
Did i do something wrong to cause this ?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025