Is it possible remove the name of the authors of the posts?
Thanks.
Hi @msclausi,
It is possible with a css code:
.author.vcard{
display:none;
}
Thanks,
Cristian
It works!
Thank you very much!
Is it possible remove the name of the authors of the posts?
Thanks.
Hi @msclausi,
It is possible with a css code:
.author.vcard{
display:none;
}
Thanks,
Cristian
It works!
Thank you very much!