Okay
  Public Ticket #1092594
Portfolio
Closed

Comments

  •  1
    creativefriend started the conversation

    Hello,
    I have a little problem with the portfolio.
    The portfolio is in "Title overlaid w / zoom effect on hover alt". But
    as soon as you pass the mouse over it, there is the name of the project
    that appears, though, I would not want that in the project page, have
    the title, since I put a special image in the Header.

    Question: How to disable the title of the header page, and leave it in the project hover in portfolio.

  •  9,001
    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 .row.project-title {
        visibility: hidden !important;
    }

    Thanks


    ThemeNectar Support Team