Tagged: 

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

    Hi Team

    I would like to replace the advanced menu toggle icon to instead say MENU.

    It appears as though the icon is in the HTML, does anyone know the correct file to locate that icon?

    found this topic but it is different now: https://kriesi.at/support/topic/replace-advanced-menu-toggle-icon-with-the-word-menu/?login_error

    #361450

    well this is css generated content – you can do that perhaps :

    #advanced_menu_toggle:before {
        content: "menu" !important;
        display: inline-block;
        font-size: 18px;
        transform: rotate(-45deg) !important;
        transform-origin: 25% 50% 0 !important;
    }

    :lol
    the rotation is for having more space in that little box.

    if you want to change than the advanced_menu_hide:before
    similar to above

    #361784

    Hi!

    Thanks for the help Guenni007. Let us know if you have anymore questions wmsgeorge.

    Cheers!
    Elliott

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.