Okay
  Public Ticket #152239
Remove plus icon on portfolio hover
Closed

Comments

  • Maurice started the conversation
    Hi Nectar Is it possible to remove the plus icon in the bottom left corner on the portfolio hover and just have the text appearing on hover?
  •  1,069
    ThemeNectar replied

    Hey!

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

    .portfolio-items .col .work-info i {
      display: none!important;
    }

    Cheers