Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Aug 24, 2022 6:41 pm
2 Replies
Aug 25, 2022 7:03 am
Hi @notea,
Insert the below CSS Codes in Custom CSS Codes field from Dashboard > wpForo > Settings > Colors & Styles settings.
This CSS Code is for hiding the dislike button.
#wpforo #wpforo-wrap .wpf-popover-content { display: none !important; }
This one will hide Joined and Last Seen dates, Last Seen date cannot be hidden separately as both text are in one tag separated with Line Break element(<br>).
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-bottom .wpfp-joined { display: none !important; }