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.
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