Okay
  Public Ticket #1083124
exclude call to action bar from portfolio pages
Closed

Comments

  •  2
    destaatvancreatie started the conversation

    Hi there,

    I know how to exclude the call to action bar from a page, but how do I do that for a portfolio page? It appears on portfolio pages, but I would like to change that. 

    Thanks in advance.

    Jetze

  •  8,999
    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 div#call-to-action {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team