I tried to register several times at the default support forum, but never get a verfification email, so i need to add my question here.
Its possible to hide the dislike button, but at the profile page there is a section that show the counted dislikes. since this has no seperate class - how can i hide/disable this?
And btw, what can i do to get access to the main forum, is there a registration bug that no confirmation email is sent?
Hi @christian-pust,
Sent a mail to info[at]gvectors.com with using the email that you have used to reg in wpForo Forum.
And let me know here that you have sent the email.
Β
To Disable the Dislike Button in the Topics and in the Profile Statistics:
Insert the below CSS Code in Custom CSS Codes Field from Dashboard > wpForo > Settings > Colors & Styles:
#wpforo #wpforo-wrap .wpf-popover-content { display: none !important; } #wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-child(8){ display: none !important; }