Notifications
Clear all

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! 🎄

[Closed] Forum Colors

4 Posts
2 Users
1 Reactions
1,530 Views
Posts: 40
Topic starter
(@galos)
Trusted Member
Joined: 4 years ago

While creating Categories and Forums within wpForo, on the bottom right under "Forum Permissions", is an option titled "Forum Color". When I choose an alternative color, it does not reflect in the forum. Is this not enabled or do you need a special customized plugin to get that to work? Or am I looking at the wrong place? Where does this color change in the forum?

 

Thanks


3 Replies
Tutrix
Posts: 1521
(@tutrix)
Noble Member
Joined: 6 years ago
Posts: 40
Topic starter
(@galos)
Trusted Member
Joined: 4 years ago

ok so if I understand correctly, this color option only applies on threaded forums?


1 Reply
Tutrix
(@tutrix)
Joined: 6 years ago

Noble Member
Posts: 1521
Posted by: @galos

ok so if I understand correctly, this color option only applies on threaded forums?

only the Threaded Forum "Icons"

 

but you can change everything via custom CSS

Example here in the wpForo support forum the colors of the categories

 

custom CSS

#wpforo #wpforo-wrap .wpfl-2:nth-of-type(1) .wpforo-category {
background-color: #ff9900 !important;
}
#wpforo #wpforo-wrap .wpfl-1:nth-of-type(2) .wpforo-category {
background-color: #ff4488 !important;
}
#wpforo #wpforo-wrap .wpfl-4:nth-of-type(3) .wpforo-category {
background-color: #009900 !important;
}
#wpforo #wpforo-wrap .wpfl-1:nth-of-type(4) .wpforo-category {
background-color: #ff1100 !important;
}
#wpforo #wpforo-wrap .wpfl-2:nth-of-type(5) .wpforo-category {
background-color: #331100 !important;
}
#wpforo #wpforo-wrap .wpfl-3:nth-of-type(6) .wpforo-category {
background-color: #886688 !important;
}
#wpforo #wpforo-wrap .wpfl-2:nth-of-type(7) .wpforo-category {
background-color: #bb1100 !important;
}

Result

https://www.screencast.com/t/jQaq8iKq