Comments hideatsu started the conversationApril 28, 2020 at 1:42pmThank 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,023Andrew repliedApril 28, 2020 at 4:20pmHi 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.1 Likehideatsu repliedApril 29, 2020 at 12:28amHi, Andrew.It went well.Thank you very much! Sign in to reply ...
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.
Hi hideatsu,
Use the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.
Hi, Andrew.
It went well.
Thank you very much!