Notifications
Clear all

[Closed] Forum Colors

4 Posts
2 Users
1 Reactions
893 Views
Posts: 40
Topic starter
(@galos)
Trusted Member
Joined: 3 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: 1493
(@tutrix)
Noble Member
Joined: 5 years ago

@galos

read this topic > How to change the color?

and > Style Settings

Posts: 40
Topic starter
(@galos)
Trusted Member
Joined: 3 years ago

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

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

Noble Member
Posts: 1493
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