Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to make members page blur

  • @alexmcxl

    Participant

    How to make a members page blur for people that are not logged in,
    is this possible to add filter at bp-members-filter.php

    Wordpress 4.9.4
    Buddypress 2.9.3
    Local by flywheel

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

    Moderator

    You could filter body_class and add a logged-in and logged-out class. Then style in your child theme’s style.css document. For example:

    body.logged-out {
        // Do some blurring 
    }

    @alexmcxl

    Participant

    Thanks Henry

    I gona try it

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