I have added a new plugin which displays the author’s bio, profile picture, social media details etc at the bottom of posts. But the DW Focus template already comes with a similar feature and so now i have two of the same thing. Just wondering how do I disable the default author box at the bottom of posts?
Really impressed with this template so far too!
Thanks!
1 Answers
Hello Olly !
To disable the default author box at the bottom of posts in the DW Focus, You can log in to Dashboard > Appearance > Customize > General Setting, add the following code to the “Header Script”
<style>
.author-info {
display: none;
}
</style>
If it does not work, please send me your site URL for further checking.
Hope this helps !
Please login or Register to submit your answer