How can I hide the “By Author / Date” listed under each of the “you may also like” thumbnails on a .single post?
1 Answers
Hello Randy !
To hide the “By Author / Date” listed under each of the “you may also like” thumbnails on a single post, you can add the following code to the Header Code (Dashboard > Customize > Custom Code)
<style>
.related-post .entry-meta.meta-top {
display: none;
}
</style>
Hope this helps !
Thank you sir!
Please login or Register to submit your answer