Text in Mega Menu

Hi, would like to add text to describe each option in the mega menu, is that possible? Thanks
Rach

Update: Figured out the text. have some guide to add image as well https://theme.co/apex/forum/t/images-in-menu/22706/2
But I’d like to have this image disappear in mobile menus. I know @media things, how can I make if I create a css class for the image though?

Thanks

Hi,

You can try adding this in Theme Options > CSS

@media(max-width:767px) {
   .has-image img {
       display:none;
    }
}

If that doesn’t help, please provide us your site url so we can take a closer look.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.