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.
I work with WP on other sites, but having issues with the WPFORO plugin and formatting of things. Someone help?
1. Changing font colors on menu's and widgets: how to? On the theme editor and wpforo styles, there is no where to do this.
2. page width: I have tried a bunch of CSS codes. Nothing is working. Need full width and how to apply this.
Thanks all. I think this has to do with the theme I have. But, I have tried 5 themes and can't get the above working on any of them.
Hi @jamesbay,
1. Changing font colors on menu's and widgets: how to? On the theme editor and wpforo styles, there is no where to do this.
To change the font color of the menu, please try to use the following CSS code:
#wpforo #wpforo-wrap #wpforo-menu li a {
color: #c06b7a;
}
Please note the red marked value can be changed.
Regarding the widget please let us know the wpForo widget name, you want to change the font colors?
2. page width: I have tried a bunch of CSS codes. Nothing is working. Need full width and how to apply this.
Please follow my answer in this support topic: https://wpforo.com/community/how-to-and-troubleshooting-2/cant-make-it-full-width-even-changing-the-themes/#post-42640
Thank you for your help.