This topic has 8 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Jack Richardson
You want to turn off the icons – menu mobile on the mobile phone
Hello,
This issue is a bit unclear for us. Could you please clarify us with more details?
Regards,
Robert Hall.
Hello,
Please use this code in cutom.css.
@media (max-width: 767px){
.header .menu-icon {
display: none !important;
}}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
This partly solved the problem 1/2
Please replace code above to this and check issue.
@media (max-width: 767px){
.header .menu-icon,
.fixed-already .fixed-header .menu-icon {
display: none !important;
}}
Regards,
Robert Hall.
The problem still only is in position – mobile verical tablet
Hello,
Please use this code in custom.css file:
@media (max-width: 979px) {
.header .menu-icon, .fixed-header .menu-icon {
display: none !important;
}}
Best regards,
Jack Richardson.
Tagged: icons, menu, mobile, responsive, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up