removing author icon from post (nucleare theme)
-
I’ve managed to remove the author’s name from single post by using:
.entry-meta .author {
display: none !important;
}Somehow the author’s icon still there, perhaps I’ve missed something. Please help.
The blog I need help with is: (visible only to logged in users)
-
Congratulations, you are really close. Let’s modify the selector for your CSS rule so it looks like the following and it will get rid of author and the icon.
.entry-meta .byline -
-
I cut and pasted the above code into the blog section of my site: https://aitguidemed.wordpress.com/2015/03/16/guidemed-helps/
But the author still shows.I actually want to get rid of the date, author and comments icon. I have the customization upgrade but since this is a wordpress.com hosted site, I do not have the ability to go into the code and delete sections. Only add modifications (as I understand it)
What code would I enter to remove these items? I have the Organization theme.
-
Hi @aitguidemed
Can you please ask your question as a new forum thread? That will help others with similar problems to search Google for the answer.
Thanks!
- The topic ‘removing author icon from post (nucleare theme)’ is closed to new replies.