Okay
  Public Ticket #295190
Remove "Love This" Button from Portfolio Items
Closed

Comments

  • Alasdair started the conversation

    Perhaps I'm missing something, but how do I opt out of having the "love this" icons on my portfolio items? 

  •  8,839
    Tahir replied

    Hey!

    Can you please provide the page url so i can write up some custom css to remove them .

    Thanks


    ThemeNectar Support Team 

  • Alasdair replied

    Sure! Thanks!

    http://alasdair-mitchell.com/

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .portfolio-items .col .nectar-love-wrap {
        display: none !important;
    }
    Thanks


    ThemeNectar Support Team