Submenu items do not appear on hamburger menu on Mobile

I am using the horizon theme and on mobile, there is a hamburger menu. When clicking the hamburger menu on mobile, this only shows some products at the bottom, rather than the collections I have linked as sub menus to the products page.

Below is a screenshot of my menu and sub menus, which I would like the submenu T Shirts and Hoodies to be visible using the hamburger menu on mobile. Alternatively, removing the hamburger menu and keeping just the navigation bar is an option too.

Sometimes when you first click into that it lags.

Try refreshing your browser window tab, then clicking it again.

is your theme up to date?

I believe so, but still no luck.

the url is www.hyperactivedesigns.shop

Ive managed to change it so it now includes the collection images, but I would like it to display the text so people know what the collections are, or simply change to a dropdown

Yeah they were there, the text is white though.

Change your color settings. to make the text black or the background black

Hey @HyperactiveDesigns

You can either do what @Maximus3 told you to do or if you want a quick solution then add this code in the Custom CSS option of the Header Menu from theme customization.

.menu-open>.menu-drawer * {
    color: black !important;
}

RESULT:


Hope that helps! If it did, a Like and Marking it as Solution goes a long way and helps others find the fix faster too.

Best,
Moeed