Okay
  Public Ticket #602477
text in portfolio section
Closed

Comments

  • Alex started the conversation

    Hi guys,

    On a portfolio item, is it possible to make the thumbnail text disappear when you rollover?

    Thanks for all the help.

  •  8,470
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .portfolio-items .col .work-info a:hover~.vert-center {
        opacity: 0 !important;
    }

    Best.



    ThemeNectar Support Team 

  • Alex replied

    Champoion!