BuddyDev

Search

[Resolved] BuddyPress Sitewide Activity Widget, hide “Viewing…” text?

  • Participant
    Level: Enlightened
    Posts: 22
    Michael on #46085

    Hi guys,

    I’m using BuddyPress Sitewide Activity Widget version 1.3.5 by BuddyDev, all’s good.

    Plugin set to display list of latest 10 activities.
    Above the list it displays text “Viewing 1 – 10 of 10 items”.
    Can I remove/hide this text?
    I would prefer nothing shows above the list.

    Thanks.

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2934
    Ravi on #46086

    Hello Michael,

    Please try the following CSS rule to hide the text:

    
    div.swa-pagination #activity-count {
        display: none;
    }
    
    

    Please try after a hard reload of the page or in the browser’s incognito mode.

    Regards
    Ravi

  • Participant
    Level: Enlightened
    Posts: 22
    Michael on #46089

    Thanks Ravi, I appreciate your help. That worked perfectly.

The topic ‘ [Resolved] BuddyPress Sitewide Activity Widget, hide “Viewing…” text?’ is closed to new replies.

This topic is: resolved