Okay
  Public Ticket #1214896
Hide page logo on portfolio pages
Closed

Comments

  • Joshua started the conversation

    I'd like to hide my pages logo on all portfolio pages. Is that possible? As you can see, on this portfolio page the logo appears as you scroll down and hovers over all the page content: http://joshleider.com/portfolio/berkley-common-2/

    Thanks!!

    Josh

  •  8,448
    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) :

    .single-portfolio #header-outer[data-transparent-header="true"] header#top #logo img{
        display:none !important;
    }

    Thanks


    ThemeNectar Support Team