Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #524826

    I posted before a new topic #524810 asking how to remove the dash from mega menu title…..
    I found a solution by entering:

    #header .mega_menu_title {
    display: none !important;
    }

    ,,,BUT in the mobile menu the dash(es) are still there.
    well it seems to me that the problem is half solved.
    thank you in advance for your help

    #525012

    Hi ymcrodos!

    Add this to your custom CSS.

    #mobile-advanced .mega_menu_title {
        display: none !important;
    }

    Regards,
    Elliott

    #525020

    It works fine !!!
    thank you so much….

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile menu displays dash "-" when the dash is used for not displaying the title’ is closed to new replies.