Responsive menu like in newer themes

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Wed Mar 18, 2015 9:34 pm
StoreBox is almost a perfect theme for my shop.
There is only one thing I find annoying :cry: ; The menu of the mobile / tablet mode.

Is it possible to change the look of this menu?
Maybe replace it with one of the many plugins available with neat responsive menus?
User avatar
Fresh Boarder

GK User
Thu Mar 19, 2015 10:41 am
Hello,

Unfortunately it's a lot of modifications to change the look of this menu, so I can't help you with that. Maybe tro to use some plugin and let me know if you'll find any issue.
User avatar
Moderator

GK User
Tue Jul 14, 2015 1:41 pm
I was able to find a nice looking responsive plugin https://wordpress.org/plugins/responsive-menu/

And then i disabled the standard responsive menu with this code in override.css
Code: Select all
#main-menu-mobile
{
display: none !important;
}
User avatar
Fresh Boarder


cron