Okay
  Public Ticket #1132148
Heart/like button
Closed

Comments

  • Kateotte started the conversation

    How do I get rid of the heart/like button at the bottom of the portfolio item pages?

  •  1,558
    Laborator replied

    Hi Kateotte,

    If you want to disable the Like functionality completely then you can do that through the Theme Options > Portfolio Settings but if you want to hide it just in the portfolio item pages then add the following CSS in your Custom CSS area:

    .social-links-plain {
      display: none !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group