Hello,
I would like to remove “Leave a comment” in my Blog section
I tried to add this to my CSS, but “Leave a comment” is still there:
#reply-title {
display: none;
}
Can you help?
Hello,
I would like to remove “Leave a comment” in my Blog section
I tried to add this to my CSS, but “Leave a comment” is still there:
#reply-title {
display: none;
}
Can you help?
Hi Eliana,
Thanks for reaching out.
Are you referring to the link under the post title? If yes, then please add this CSS as well
.p-meta > span:last-child {
display: none;
}
Hope this helps.
Hey Eliana,
The post reply has been withdrawn. I guess your issue was already resolved.
If you need anything else we can help you with, don’t hesitate to open another thread.
Best Regards.
Yes, all good. Thank you so much!
We are delighted to assist you with this.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.