Okay
  Public Ticket #2527843
Remove Logo from Homepage Only
Closed

Comments

  •  1
    jhmoses10x started the conversation

    Is it possible to have the logo removed or hidden from the homepage only?  Would like it to appear on other pages, just not the homepage.

  •  2,744
    Andrew replied

    Hi there,

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

    .page.page-id-56 #header-outer[data-transparent-header="true"] #logo img {
        display: none;
    }
    

    Thanks.