There is an option in generatepress to display cart icon on both desktop and mobile menu. If we check this options, cart is displaying separately on the right side of mobile menu. You don’t have to expand mobile menu to see it.
I want to display one more menu item as fixed item like shopping cart icon. I have some basic css knowledge, i hope you can help me.
I’ve added a menu item with “generate_inside_mobile_menu_bar” hook as you told. Works perfect, thanks! It’s actually a login/register link and I want to show it to logged out visitors only. Can you help me on this?
I can’t use a “visibility rules” plugin and add a menu item on menu settings, because I want to display it on mobile menu separately.
(Currently I’ve disabled the hook because I don’t want to logged in users to see it.)