Okay
  Public Ticket #2642640
Logo
Closed

Comments

  •  2
    Serovbe started the conversation

    I need to turn off logo in header, tell me pls how can i do that

    thx in advance!

  •  2,963
    Andrew replied

    Hi Serovbe,

    You can turn it off from the salient option below:

    6085598387.png

    Hope this helps.

    Thanks.

  •  2
    Serovbe replied

    i know about that button my friend) but when i am turning it off, instead of logo is appearing text, and i want there nothing to be)

  •  2,963
    Andrew replied

    Hi Serovbe,

    Please try this css:

    a#logo {
        display: none !important;
    }

    Thanks.

  •  2
    Serovbe replied

    it helps, but it deleted header padding also, and i can't fix it in settings

  •  2,963
    Andrew replied

    Hi Serovbe,

    Please try this css:

    @media only screen and (min-width: 1000px){
    #header-outer:not([data-format="left-header"]) #top > .container > .row, #header-outer:not([data-format="left-header"]) #top > .container > .row nav, #header-outer:not([data-format="left-header"]) #top > .container > .row nav >ul, #header-outer:not([data-format="left-header"]) #top > .container > .row nav >ul > li {
        top: 24px;
    } }

    Hope this helps.

    Thanks.

  •  2
    Serovbe replied

    it helped, thx very much, and last one)) now off canvas menu doesn't have header padding

  •  2,963
    Andrew replied

    Hi Serovbe,

    Please try this css:

    @media only screen and (max-width: 999px){
    #top .span_9 >.slide-out-widget-area-toggle > div, #header-outer .mobile-search .icon-salient-search, #header-outer #top #mobile-cart-link i, #header-outer .mobile-user-account .icon-salient-m-user {
        margin-top: 19px;
    } }

    Hope this helps.

    Thanks.

  •  2
    Serovbe replied

    everything is allright! so thank you very much)