Hi Guys,
So searching the formums I found some code that allowed me to hide the author but for the life of me I can not figure how to remove the “/” next to date or remove the categories that appear below each post. Here is the CSS I found.
.p-meta span:nth-child(3) {
display: none;
}
.p-meta span:nth-child(1) {
display: none;
}
.p-meta span:nth-child(2) {
display: none;
}
What am I missing and here is the page - https://dcgstrategies.com/blog/category/local-governments-agencies/
