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.
May 08, 2023 12:51 pm
Having some problems. I only seem to have the option to change 9 colors in the style/color editor and i need to change the wpforo-forum-description text color to white so it can be seen on a dark color scheme. How do i do with with either css or within the color selector itself
11 Replies
May 11, 2023 12:34 pm
Hi @iamharryjames,
insert the below CSS Code in Custom CSS Code field from Dashboard > wpForo > Settings > Colors & Styles:
#wpforo #wpforo-wrap .wpforo-content .wpf-head-bar .wpf-head-bar-left #wpforo-description{ color: red; }