Hi there
I’ve been trying various methods to try to remove the date/by/author text from portfolio items search results, I also need to have this text removed from post searches too.
I used this from a previous forum question –
.search-results .date-container.minor-meta {
display: none;
}
– but it desont work.
Thanks for your help
Silvio
Hi,
Please use this.
.search .date-container.minor-meta, .search .author-container.minor-meta {
display: none;
}
Regards,
Ismael
I can’t find either option. Which .php file should I be looking in?
Hey!
You just need to insert the code into the quick css field.
Best regards,
Peter