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.
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
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




