Greetings! On my off canvas menu on mobile layout, my logo shows up entirely too large. I would rather get rid of the logo on the off canvas menu all together. How do I accomplish this?

Additionally, how can I control the size of the main logo on full desktop view? It's a bit small as it sits now.

Thank you

    jcraft1
    Hi
    Add this code in custom css to hide the logo in mobile view sidebar

    .t4-off-canvas-header  .logo-img {display:none;}

    For PC view use this code and set the height value as per needs

    #t4-header .t4-logo-header .logo-image .logo-img {
        max-width: 80px;
    }
    Write a Reply...
    You need to Login to view replies.