Hristo Georgiev
asked 10 years ago

Hi, 
how to remove on the site screen author and date of post?
Is it a way to hiden these info for all posts and categories?
Thanks!

1 Answers
DominicStaff
answered 10 years ago

Hi Hristo !
To remove the author and date of all posts and categories in the DW Focus theme, You can log in to Dashboard > Appearance > Customize > General Settings, add the following code to the “Header Script”

<style>
.single .site-content > .hentry footer.entry-meta {
    display: none;
}
.widget .entry-meta {
    display: none;
}
.entry-meta .entry-date {
    display: none;
}
</style>

Hope this helps !

Powered by DW Question & Answer Pro