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 “news” text from the entry at the top
Hi mcraig77!
Please add following code to Quick CSS
.page-id-431 .blog-categories {
display: none;
}
Cheers!
Yigit
Thanks!