Remove/add header menu icones from mobile/Desktop
-
Hello Dear,
Hope you’re doing well in this period.
Please we need to remove header menu icones from mobile because we enabled the sticky bottom menu bar.
Thanks & Regards.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 991px){
body .right-column .mobile-nav-icon {
display: none;
}
}
Best Regards
Hello,
Thank you for the following informations.
Sorry but i meant the icons in the top (cart and wishlist).
Thanks and regards.
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
It made disappear the cart widget from the sticky bottom menu.
Hello,
You requested to hide: Sorry but I meant the icons in the top (cart and wishlist).
Remove the last style for the cart, this one:
body .shopping-cart {
display: none;
}
Best Regards
Hello again,
I said i don’t want to remove the “shopping cart” also from the bottom bar, but only from the top one (kindly see the screen).
Best regards.
Hello,
Try this code:
body .right-column .shopping-cart {
display: none;
}
Best Regards
Hello again,
Now it works thank you for your support.
Best regards.
You are welcome! If you have any questions please feel free to contact us.
Best Regards