Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! π
Hi,
Β
I just want to change the font color for the forum category to different color code.
Can you help me how to archive that
Β
Β
@rapid3dme
add this to custom css
only Extended Layout
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-title a {
color: #ff6600;
}
or all Categories
#wpforo #wpforo-wrap .wpforo-forum-title a {
color: #ff6600;
}
Dashboard > Forums > Settings > Style (custom css)
replace the red marked with your color code
You should add a custom CSS Code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea for each forum. Find Forum IDs in DashboardΒ >Forums > Forums admin page and change the X, Y, Z ... to that IDs:
#wpforo #wpforo-wrap #wpf-forum-X .wpforo-forum-title a{color:#FF0000;}
#wpforo #wpforo-wrap #wpf-forum-Y .wpforo-forum-title a{color:#00FF00;}
#wpforo #wpforo-wrap #wpf-forum-Z .wpforo-forum-title a{color:#0000FF;}
remove the double # from your color code 😉Β
then it works
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-title a {
color: ##282828;
}
Hello,
Can somebody tell me how to change only one forum category, the 3rd, into the red color, i tried codes you post but all the time its apply on all categories