BuddyBoss Home – Web Support Forums Themes Boss. theme HIde activity update box

Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #38931
    @joymoleta

    Can you please help? I would like to hide the activity update box on the site-wide activity page. I see that form and the form on the profile wall uses the same ID. Thank you.

    Answers

    #39029

    Alyssa
    Participant
    @alyssa-buddyboss

    @joymoleta use the inspect element tool or developer tools for your web browser and simply add display:none; to that element in your custom.css file of your child theme.

    #39031
    @joymoleta

    Thank to but that fix doesn’t work well. It will also hide the update form on the profile wall.

    #39063

    Alyssa
    Participant
    @alyssa-buddyboss

    @joymoleta here is a little CSS trick, every page should have a unique class, or combination of unique classes in the body tag. You can target more than one class by omitting a space between the classes, for for the sitewide activity directory prepend this class to only affect the sitewide page:
    .directory.activity

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘HIde activity update box’ is closed to new replies.