Shopify themes, liquid, logos, and UX
Hi. I'm using the susie theme.
Under the main menu 'Nursery' I had the menu 'East Coast' - I have just created a crested menu to create two other menu's after East Coast but now I look at it.
The whole submenu's of Nursery have turned white for no reason.
Why is this & how can i change it so my menu's appear in black writing again?
Here is a screen grab of the crested menu I have just created under Nursery which is not appearing on my site.
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @Nickahola,
Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > frame.scss.liquid and paste this at the bottom of the file:
.nav-bar-mobile .site-nav-dropdown .dropdown{
display: list-item;
}
.nav-bar-mobile .site-nav-dropdown .dropdown>a::before{
display: none;
}
.nav-bar-mobile .site-nav-dropdown .dropdown .site-nav-dropdown{
top: 50%;
}
Hope it helps!
If my answer can help you solve your issue, please mark it as a solution. Thank you and good luck.
@NickaholaI
I believe your theme doesn't support triple nested menus, then it renders as blank.
Right ok, that explains it. Thanks!
Any ideas what I should do with the collections?
Just leave them as they are but not in the menu?
This is an accepted solution.
Hi @Nickahola,
Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > frame.scss.liquid and paste this at the bottom of the file:
.nav-bar-mobile .site-nav-dropdown .dropdown{
display: list-item;
}
.nav-bar-mobile .site-nav-dropdown .dropdown>a::before{
display: none;
}
.nav-bar-mobile .site-nav-dropdown .dropdown .site-nav-dropdown{
top: 50%;
}
Hope it helps!
If my answer can help you solve your issue, please mark it as a solution. Thank you and good luck.
User | RANK |
---|---|
177 | |
155 | |
83 | |
31 | |
30 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023