Okay
  Public Ticket #1737915
hide LOVE button in Post page
Closed

Comments

  • mhetfield started the conversation

    hi,

    how to hide LOVE button in Post page?


    thanks

  •  3,030
    Andrew replied

    Hi there,

    You can use this CSS to hide the button on main posts page:

    body.single-post .sharing-default-minimal .n-shortcode{
        display:none !important;
    }
    

    add it to salient \ general settings - css script related - custom css code.

    Hope this helps.

  • mhetfield replied

    That Worked


    thanks

  •  75
    Scott replied

    Hi 

    You're welcome.

    Best Regards

    Themenectar Support Team