Okay
  Public Ticket #190045
remove project title from new titled overly zoom effect hover
Closed

Comments

  •  6
    Michael started the conversation

    ABSOLUTELY AMAZING UPDATE WITH 4.0!  BRAVO!!!! AND THANK YOU!!!!

    i love the portfolio zoom hover effect.  in my case, i have a graphic and project title in the image.  can you provide me with the CSS snippet to remove the project title from the hover?

    thanks as always!

  •  8,838
    Tahir replied

    Hey Michael!

    Add this into the Custom CSS box located in your Salient Options panel:

    .portfolio-items .col .work-item.style-3 h3 {
        display: none;
    }
    

    Cheers


    ThemeNectar Support Team 

  •  6
    Michael replied

    much thanks tahir!