Jump to content

TurnOff Hide Show Activity/My Activity buttons on profiles.

Featured Replies

Posted

Is there a way to hide, remove Activity buttons all together on user profiles?

Thanks

~saraJ

You could add a css rule , 

Element name {

display:none;
}
be careful as this may rule out other buttons using this class. You can make it page specific to prevent this from happening , or add your own class name to that element in the template if you are confident in doing that ?

 

22 hours ago, Bitlab Media Group said:

Is there a way to hide, remove Activity buttons all together on user profiles?

Thanks

~saraJ

add this to your custom.css

body[data-pagecontroller="profile"] .ipsButton[data-action="browseContent"] {
  display:none;
}

 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.