Comments 2Serovbe started the conversationDecember 27, 2020 at 7:16pmI need to turn off logo in header, tell me pls how can i do thatthx in advance! 2,963Andrew repliedDecember 27, 2020 at 7:24pmHi Serovbe,You can turn it off from the salient option below:Hope this helps.Thanks. 2Serovbe repliedDecember 27, 2020 at 7:26pmi 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,963Andrew repliedDecember 27, 2020 at 7:34pmHi Serovbe,Please try this css: a#logo { display: none !important;}Thanks. 2Serovbe repliedDecember 27, 2020 at 7:37pmit helps, but it deleted header padding also, and i can't fix it in settings 2,963Andrew repliedDecember 27, 2020 at 7:43pmHi 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. 2Serovbe repliedDecember 27, 2020 at 7:46pmit helped, thx very much, and last one)) now off canvas menu doesn't have header padding 2,963Andrew repliedDecember 27, 2020 at 7:57pmHi 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. 2Serovbe repliedDecember 28, 2020 at 10:23ameverything is allright! so thank you very much) Sign in to reply ...
I need to turn off logo in header, tell me pls how can i do that
thx in advance!
Hi Serovbe,
You can turn it off from the salient option below:
Hope this helps.
Thanks.
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)
Hi Serovbe,
Please try this css:
Thanks.
it helps, but it deleted header padding also, and i can't fix it in settings
Hi Serovbe,
Please try this css:
Hope this helps.
Thanks.
it helped, thx very much, and last one)) now off canvas menu doesn't have header padding
Hi Serovbe,
Please try this css:
Hope this helps.
Thanks.
everything is allright! so thank you very much)