Hello.
Thank you for your awesome theme.
I need remove logo, search icon ane menu in the top of the page.
I have done it in desktop devices but still apearing in mobile devices.
I hjave this code:
#menu-item-search {display:none;}
.logo { display: none; }
Thank you.
Hey VM,
Add this to quick css:
@media only screen and (max-width: 767px) {
#header_main{
display:none!important;
}}
Best regards,
Jordan Shannon