-
Closed
The topic Menu Icon in Mobile View is closed to new replies
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
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!
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!
Hi Eduardo,
Thanks for your screenshot! Though, you’ve already been replied. Please check provided custom code above your snapshot.
Thank you!
I’ve tested in my test site , and It worked !
Thank you very much
Regards!
EG
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.
What can i do?
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.
The topic Menu Icon in Mobile View is closed to new replies