Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Hide cart icon from header in mobile-view

New Front EN Support Forums Shogun Theme Support Hide cart icon from header in mobile-view Reply To: Hide cart icon from header in mobile-view

#3870
mmsatori
Keymaster

Hey Jonas,

making the shopping cart icon disappear on menu toggle would require re-writing the jQuery script that governs the behaviour of the mobile menu, yet you can relatively easily re-align the icon relative to the menu “sandwitch” icon by using some extra CSS (you can add it into the “Style: Add Custom CSS” tab of the Theme Options panel):

@media only screen and (max-width: 767px) { #wc-wrap { margin-top: -46px !important; } }

Sincerely,
Andrii / Satori Studio