This topic has 11 replies, 3 voices, and was last updated 9 years, 11 months ago ago by Robert Hall
Hi,
When in mobile devices with width less than 800px, the search and cart icon cover the logo. Could you share with me how to hide the search and cart icon for these devices?
Thank you!
Hello,
Try to add this code into custom.css file.
@media only screen and (max-width: 767px){
.navbar-right .navbar-right {
display: none;
}
}
Regards,
Robert Hall.
Hi,
Thank you for your reply. However, is still not working. Could you help me further?
Thank you!
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Hi, here is my wp login details. Thank you!
here is my login details
Please deactive WP Content Copy Protection plugin and you can see changes.
Regards,
Robert Hall.
Hi,
I have deactive WP Content Copy Protection plugin, but the search and cart icon still showing up at mobile devices. Please help.
Thank you!
Hello,
Please try to use this code:
@media (min-width: 768px) {
.navbar-right {
display: none !important;
} }
Thank you.
Regards,
Eva Kemp.
Hi,
Apologise, its working after I do a refresh on my mobile.
how do I do a refresh at backend so that the public users can get the latest version?
Here is how your site looks: http://prntscr.com/5iisid
Please clear your cache browser.
Regards,
Robert Hall.
The issue related to '‘How to hide Search and Cart Icon from small mobile header’' has been successfully resolved, and the topic is now closed for further responses