Andy L
asked 10 years ago

Since updating to DW Focus 1.0.7, the style code to hide the author info in a single post (located on the left-hand side) does not work. Here’s the current broken code:
<style>
.author-info {
display: none;
</style>
Can you please provide updated code to hide all author info, including the heading?

1 Answers
DominicStaff
answered 10 years ago

Hello Andy !
To remove the Author info in the single post, you can do as the following:
1. Install the Jetpack by WordPress.com plugin.
2. Setting Jetpack then enable the Custom CSS feature.
3. Move through Appearance > Editor Css, add the following code:

.single-post .co-author {
    display: none;
}

Hope this helps !

Powered by DW Question & Answer Pro