Bitlab Media Group Posted February 19, 2020 Share Posted February 19, 2020 Is there a way to hide, remove Activity buttons all together on user profiles? Thanks ~saraJ Link to comment Share on other sites More sharing options...
Mark Round Posted February 20, 2020 Share Posted February 20, 2020 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 ? Link to comment Share on other sites More sharing options...
TheJackal84 Posted February 20, 2020 Share Posted February 20, 2020 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; } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.