Remove 'written by' at bottom of blog posts – Zuki theme
-
Hi,
I want to remove the written byline at the bottom of my posts.
I have managed to get rid of the gravatar through settings> discussion…. But I want to remove the line completely.
I have also tried the following codes, but they do not seem to work:
.hentry-grid .hentry-col .hentry .entry-header .byline,
.hentry-grid .hentry-col .hentry .entry-meta .sep {
display: none;
}and
.author-container {
display: none;
}Any ideas? I am using the Zuki theme.
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi Roisin
Select Customize, then open CSS.
Add the following line of CSS code.
.single-post .authorbox { display: none; }Let me know if this is the solution you are looking for.
Regards
Gavin
-
- The topic ‘Remove 'written by' at bottom of blog posts – Zuki theme’ is closed to new replies.