Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1007956

    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.

    #1008006

    Hey VM,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    #header_main{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.