Okay
  Public Ticket #1681407
How to remove heart button in blog page and post
Closed

Comments

  •  1
    studioalbert started the conversation

    I would like to remove the little heart button down each article..


    Thanks

  •  8,470
    Tahir replied

    Hey S,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-love-wrap {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team