See attachment: how to delete date and name at a page? See contact2 page.
www.anitatolkdiensten.nl
Thank you for your reply.
See attachment: how to delete date and name at a page? See contact2 page.
www.anitatolkdiensten.nl
Thank you for your reply.
Hi There,
Thanks for reaching out to us.
You can remove this section using the following custom CSS.
.entry-content .post-meta{
display:none;
}
Hope this helps.