AI Search
Classic Search
Notifications
Clear all
4 Replies
Mar 23, 2021 6:41 pm
I've got the same problem.
Mar 24, 2021 12:58 pm
I think you're using non-dark WordPress theme with dark wpForo Style. If you don't use dark theme for wordpress them please don't use dark style for wpForo, because the links and text colors are inverted in dark mode and will be incorrectly inverted from WordPress light style.
In any case, I can help you to adapt them with this CSS code. Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:
#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a, #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a {
background: transparent!important;
}

