Okay
  Public Ticket #1237258
Can I remove the site name from header
Closed

Comments

  • Myles started the conversation

    Hi,

    Is there any way to remove the site name from the header, so that it only shows the menu?

    I've included a screen-shot of my site to this ticket.


  •  9,012
    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) :

    header#top #logo.no-image {
        visibility: hidden !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Myles replied

    Thanks!