Okay
  Public Ticket #346256
Portfolio Hover Effect -- Remove Plus Sign
Closed

Comments

  • Matt started the conversation

    How can I remove the black box and white plus sign in the bottom left corner from the Meta on hover portfolio option?

  •  8,427
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .portfolio-items .col .work-item.style-2 i.icon-salient-plus {
        display: none !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Matt replied

    Works like a charm. Thanks, Tahir!