Okay
  Public Ticket #2380450
Blog single post love-botton
Closed

Comments

  • hideatsu started the conversation

    Thank you very much for your help.
    Please let me ask you a question.

    I want  remove love button on blog single post page.
    So, I enabled this setting.

    ”Salient-Blog-Post Meta- Remove Single Post Nectar Love Button.”

    But the button is displayed.
    And I want remove "My comment is.." area.
    How do I do this?

    I look forward to working with you.

  •  3,023
    Andrew replied

    Hi hideatsu,

    Use the following custom css in Salient > General settings > CSS/Script related:

    #commentform label:first-child {
        display: none;
    }
    .nectar-love {
        display: none !important;
    }
    

    Hope this helps.

  • hideatsu replied

    Hi, Andrew.

    It went well.
    Thank you very much!