my wpforo menu fonts are showing black how to change it ? mean where home, log in log out ,account icons are shown that fonts are black not visible how to change it
Please leave your forum URL to allow us to check it.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
my wpforo menu fonts are showing black how to change it ?
Please navigate to the dashboard > Forums > Settings > Styles admin page, out the following CSS code in the "Custom CSS Code" texture. It should solve the issue.
#wpforo #wpforo-wrap #wpforo-menu li a { color: #fff !important; }
Please note the redmarked value can be changed.
Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.