Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #378074
    #378075

    The only Quick CSS code that I have added is to remove the default enfold logo:

    .logo { display: none; }

    #378400

    Hi!

    Please add following code to Quick CSS as well

    .responsive .logo { display: none !important; }

    Cheers!
    Yigit

    #384592

    Yigit,

    When I add your code it messes up the header as I am using the collapsible menu square. Is there a section in the actual code to go in and remove /replace the mobile icon?

    #384854

    Hi!

    Please replace the code with this:

    @media only screen and (max-width: 767px) {
    .responsive .logo { display: none !important; }
    
    #advanced_menu_toggle, #advanced_menu_hide {
    margin-top: 10px;
    }
    
    #header_main {
    min-height: 82px;
    }
    }

    Cheers!
    Ismael

    #386719

    Ismal:

    The solution you provided gives me the option to completely remove the logo. Where would I go to replace the logo with a new one only for the mobile side?

    You will find that the logo on my mobile side is completely different from the regular web site side.

    AustinDowntownCondos.com

    As well how do I apply padding to my new logo so that it is not so close to the header menu tabs?

    #386720

    Ismal:

    The solution you provided gives me the option to completely remove the logo which fixes one of my sites.

    Where would I go to replace the logo with a new one only for the mobile side?

    You will find that the logo on my mobile side is completely different from the regular web site .

    AustinDowntownCondos.com

    As well how do I apply padding to my new logo so that it is not so close to the header menu tabs?

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