Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
Bitlab Media Group Posted February 19, 2020 Posted February 19, 2020 Is there a way to hide, remove Activity buttons all together on user profiles? Thanks ~saraJ
Mark Round Posted February 20, 2020 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 ?
TheJackal84 Posted February 20, 2020 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; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.