This topic has 4 replies, 3 voices, and was last updated 8 years, 10 months ago ago by Robert Hall
I have older clientele that have a hard time navigating the mobile version on my site. They do not see the 3 stripe icon as way to the menu. I would like to either edit the icon graphic or have the menu stay open upon entering the site. Thanks for all your help.
Hello,
You can change mobile menu icon using the code in Theme Options > Custom CSS > Global Custom CSS:
.menu-icon:before {
content: none;
background-image: url("http://path_to_your_icon_image");
}
Best regards,
Jack Richardson.
Did not work but when I reworded it this way:
`.menu-icon:before {
content: url(“http://beyogadance.net/wp-content/uploads/2016/01/be-yoga-menu-icon.png”);
}
it works please tell me if this is proper.
thanks
Hello,
Yes, it’s right.
Regards,
Robert Hall.
Tagged: icon change, mobile menu, template, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up