Randy Brown
asked 10 years ago

How can I hide the “By Author / Date” listed under each of the “you may also like” thumbnails on a .single post?

1 Answers
DominicStaff
answered 10 years ago

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 !

Randy Brown
replied 10 years ago

Thank you sir!

Powered by DW Question & Answer Pro