Okay
  Public Ticket #1107529
Remove Logo
Closed

Comments

  •  2
    marcusfahlstrom started the conversation

    Hi,

    How do I remove the logo box on my site? I don't want a logo in the header and there's a little box where's the logo is supposed to be placed in the settings. 

  •  9,001
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    a#logo {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team