Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    That is cause by a custom css you have:

    .mobmenu [class^="mob-icon-"]:before, .mobmenu [class*=" mob-icon-"]:before {
        font-family: 'FontAwesome' !important;
    }
    
    .mobmenur-container .mob-icon-menu:before {
        content: '\f090';
    }

    Use the code below instead.

    .mobmenur-container .mob-icon-menu:before {
        content: '\f090';
        font-family: 'FontAwesome' !important;
    }

    Let me know if it worked.

    -Rui Guerreiro

    Thread Starter rebeccamantel

    (@rebeccamantel)

    Thank you it is working!

    Plugin Author Rui Guerreiro

    (@takanakui)

    Glad it’s working.

    If you’re enjoying WP Mobile Menu, rate and review the plugin to spread the word!
    Thanks

    -Rui Guerreiro

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problem not showing icon on the left in mobile’ is closed to new replies.