Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › Remove author and date › Reply To: Remove author and date
April 25, 2017 at 12:30 pm
#16467
Keymaster
Please add the below CSS codes to remove the meta tags.
.entry-meta .byline {
display: none;
}
.entry-footer {
display: none;
}
Thank you