Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hiding images from activity stream

  • @stigzler

    Participant

    Hi. New to wordpress and buddypress. I would like to know how to hide images from ectivity stream entries. Presently it looks rediculous with super-large images:

    big images

    Any advice?

Viewing 7 replies - 1 through 7 (of 7 total)
  • @prashantvatsh

    Participant

    Hi,

    Please try this CSS code:

    .activity-list .activity-content img.thumbnail {display:none;}

    Thanks

    @stigzler

    Participant

    Thanks, but where exactly do I put this?

    @prashantvatsh

    Participant

    Please go to your dashboard and navigate to Appearance->Customize->Additional CSS and add it there and publish the changes.

    Thanks

    @stigzler

    Participant

    nope. didn’t work 🙁
    p.s. url: magoarcade.org

    @prashantvatsh

    Participant

    Got it, the class thumbnail is not there.

    Please replace the previous code with this:

    .activity-list .activity-content img {
        display: none;
    }

    Thanks

    @stigzler

    Participant

    BINGO! You, sir, are a star!

    @prashantvatsh

    Participant

    Thanks 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Skip to toolbar