Home Forums Basel support forum Remove/add header menu icones from mobile/Desktop Reply To: Remove/add header menu icones from mobile/Desktop

#193214

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

@media (max-width: 991px){
body .right-column .mobile-nav-icon {
    display: none;
}
body .right-column .wishlist-info-widget {
    display: none;
}
body .shopping-cart {
    display: none;
}

}

Remove the previous code.

Best Regards