On my blog posts i want to remove the comments number link as I don’t want people to know how many comments there are.
Thank you
Hey NathanQ97,
Try adding this css code in Quick CSS (located in ENfold > General Styling):
.slide-meta .slide-meta-comments,
.slide-meta .slide-meta-del {
display: none !important;
}
Hope this helps :)
Best regards,
Nikko