hello, I would like to remove author name from a page that displays a list of posts from a category –> http://saicinformatica.com/category/ofertes/
also i would like to remove the rest of the info (date, comments, category)
how can I do it?
thanks
Hey jordicassanyes,
Add the following to quick css:
.category-ofertes .post-meta-infos{
display:none!important;
}
Best regards,
Jordan Shannon
thanks a lot. it worked
but i have a couple of questions
I need do this for every category? can I do it for ‘all’ categories?
if I whoud like to hide one field, for example, only author…. or only comments, or date, or category? how can I do it?
thanks
Hi,
Yes, this would have to be done via category so you would need to edit this part specifically in the css:
.category-ofertes
As for if you only want to hide one field this would have to be done via css as well.
Best regards,
Jordan Shannon