Remove/hide Author Gravatar
-
I would like to remove/hide the author gravatar from the article posts. How can I do so via CSS?
The blog I need help with is: (visible only to logged in users)
-
I tried hiding it via http://en.gravatar.com/profiles/edit but it still shows up on the articles, at the bottom.
-
Hi @ramirezerika, I see you have accomplished this by using the following CSS.
.author-box { display: none; }Nice job!
- The topic ‘Remove/hide Author Gravatar’ is closed to new replies.