Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] How to remove avatar image from activity feed

  • @thirstcard

    Member

    http://static.inky.ws/image/2048/image.jpg

    The screenshot above shows an item from my activity feed. How can I remove the small avatar that is in the middle of the feed text? I don’t mean the large avatar on the left hand side.

    Hope someone can help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @sbrajesh

    Participant

    Try this in css
    `
    .activity-content .activity-header img.avatar{display:none;}
    `

    @thirstcard

    Member

    Brajesh

    This is brilliant, never thought of going for a CSS solution. Thanks for the second time today!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Resolved] How to remove avatar image from activity feed’ is closed to new replies.
Skip to toolbar