Okay
  Public Ticket #2506289
Remove logo
Closed

Comments

  •  1
    Robey started the conversation

    Hello,

    I designed a custom wallpaper for the hero-section of the website with the logo placed in the center. Because of this, I won't need the logo on the top left anymore. Neither do I need the title of the website or anything. I would like the top left to be empty. I don't seem to find the option to accomplish that.. Maybe with CSS?

  •  2,965
    Andrew replied

    Hi Robey,

    Add the following custom css in Salient > General settings > CSS/Script related:

    #header-outer[data-permanent-transparent="1"][data-transparent-header="true"].transparent.dark-slide #logo .starting-logo.dark-version {
        display: none;
    }
    

    Hope this helps.

  •  1
    Robey replied

    Thanks Andrew this worked as a charm :)