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!
www.silverstork.co.uk
@Nickahola I
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?
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.
That worked - thank you for your help!