Viewing 9 reply threads
You must be logged in to reply to this topic.
Hi,
When I open the mobile menu, there is this extra blue line that I don’t want showing on the page. How to remove it? Thanks
https://drive.google.com/file/d/1Tu46W-VpEXBAvC6spiTEgNqvdUf8U7Bs/view?usp=sharing
Hello,
Please can you add this custom css code into Customizer > General > Custom Css Box:
.creative-search{display:none !important;}
Let us know.
Regards!
Hello,
I have tried the website on iPhone X and iPhone 6 and there is no line that appears.
Please can you check it a private or incognito browser?
Let me know.
Regards!
I’ve just checked again on incognito browser both on a macbook pro and android device, and also cleared all cache. But the line is still there..
Hello,
Please can you check it now?
I have added this line to the style.css:
@media(max-width:767px){
.header_container.menu_style-border_effect_two #navigation nav > ul > li > a:after{display:none;}
}
Regards!
Yes it is gone now on mobile view.
Could you please also help add it for tablet device width also?
Thanks for your wonderful help!
update: just checked on a samsung tablet, it is ok.
but from macbook pro on incognito browser the line is still there when browser is under 991px … if that is a complex fix, then it is alright.
Thanks for your help!
Hello,
Please can you also write down this CSS:
.header_container.menu_style-border_effect_two #navigation nav > ul > li > a:after{display:none;}
Regards!
You must be logged in to reply to this topic.