Topic Resolution: Resolved
  • Closed
  • EG
    Spectator
    February 11, 2016 at 3:34 pm #24249

    Hello everyone !
    How can I change the menu Icon by the Word “Menu” or other “more understandable” icon in the mobile view? . Several people had told me that they didn’t realized that there were a Menu there.

    Thanx in advance,
    Regards,
    EG

    Imran
    Spectator
    Posts: 402
    February 11, 2016 at 3:42 pm #24250

    Hi Elgaita,

    Thanks for writing in!

    Would you please provide us with the link of your website. Perhaps with some screenshots with notation of issues so that we can take a look into your setup and provide you with a detailed response.

    Thank you!

    EG
    Spectator
    Posts: 6
    February 11, 2016 at 3:51 pm #24251
    This reply has been marked as private.
    Imran
    Spectator
    Posts: 402
    February 11, 2016 at 4:04 pm #24253

    Hi Eduardo,

    Thanks for providing the link! please add the following code under Appearance -> Theme Options -> Custom CSS:

    @media only screen and (max-width: 670px) {
    #wrapper .primary-menu .dd-container .dd-selected-text span:before {
    content: "Menu";
    }
    }

    Hope this helps.

    Thank you!

    EG
    Spectator
    Posts: 6
    February 11, 2016 at 4:05 pm #24254
    This reply has been marked as private.
    Imran
    Spectator
    Posts: 402
    February 11, 2016 at 4:17 pm #24256

    Hi Eduardo,

    Thanks for your screenshot! Though, you’ve already been replied. Please check provided custom code above your snapshot.

    Thank you!

    EG
    Spectator
    Posts: 6
    February 11, 2016 at 4:20 pm #24257

    I’ve tested in my test site , and It worked !
    Thank you very much
    Regards!
    EG

    Imran
    Spectator
    Posts: 402
    February 11, 2016 at 4:21 pm #24259

    You’re welcome Eduardo! 🙂

    Ernesto Barrionuevo Garcia
    Spectator
    Posts: 3
    March 27, 2016 at 12:23 pm #25934

    Hello,i used this code in my WordPress site. And its works fine. But in some device dont work e.g. samsung s3 or bq curie.

    Ernesto Barrionuevo Garcia
    Spectator
    Posts: 3
    March 27, 2016 at 12:24 pm #25935

    What can i do?

    Denzel Chia
    Moderator
    Posts: 2656
    March 27, 2016 at 7:50 pm #25956

    Hi,

    That css code uses the :before selector, it is only supported in popular browsers, please refer to the following article.
    http://www.w3schools.com/cssref/sel_before.asp

    The only option for you is to modify the theme’s javascript.
    We do not provide assistance in modifying theme codes.
    You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization.

    Thank you.