Jan 02, 2021 10:34 am
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
12 Replies
Jan 02, 2021 11:09 am
@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
Jan 03, 2021 7:35 am
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;}
Jan 03, 2021 4:13 pm
remove the double # from your color code 😉
then it works
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-title a {
color: ##282828;
}
Jan 28, 2021 4:40 pm
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