Ahoy, I would like to customize the blog posts widget on the home page of my website online. I do not want it to effect other instances of the widget. Only the page in the private content
I would like to do the following:
Remove the “Comment and /” text from the entry
Hey mcraig77!
Please add following code to Quick CSS
.page-id-431 .slide-meta-comments, .page-id-431 .slide-meta-del {
display: none!important;
}
Regards,
Yigit
Thanks!