Posted February 19, 20205 yr Is there a way to hide, remove Activity buttons all together on user profiles? Thanks ~saraJ
February 20, 20205 yr 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 ?
February 20, 20205 yr 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.