Notifications
Clear all

wpForo 1.x.x [Solved] Changing colour for a single Forum

5 Posts
3 Users
2 Reactions
697 Views
Posts: 243
Topic starter
(@berndg)
Reputable Member
Joined: 6 years ago

Hi,

 

 

I’m running our forum in simplified layout. For the individual forums you are offered to change the colour in the settings under Additional Options / Forum colour. 

 

I would like to display an individual forum in a different colour than the others, but the setting is not accepted, all forums remain unchanged in the same colour as before.

 

Multiple clearing of the cache does not change anything. What am I doing wrong, who has an idea?

 

 

Thanks, Bernd

4 Replies
Alvina
Posts: 1862
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @berndg,

Please follow Sofy's answer in this support topic: https://wpforo.com/community/how-to-and-troubleshooting-2/forum-color-not-working/#post-41548

3 Replies
(@berndg)
Joined: 6 years ago

Reputable Member
Posts: 243

@alvina Thanks for the quick answer. I'm on the mobile now and cannot try out what @sofy wrote - but reading the CSS-code seems to me, that this will change the colour of all forums. What I want to to is to change the colour of a single one, and my question was why setting this with the offered choice does not change anything.

 

Thanks again,

 

Bernd

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1495

@berndg

try

#wpforo #wpforo-wrap .wpfl-2:nth-of-type(1) .wpforo-category {
background-color: #ff9900 !important;
}

red number .... first forum, second forum etc.

watch the video

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

(@berndg)
Joined: 6 years ago

Reputable Member
Posts: 243

@tutrix Yessss! That works. Thanks a lot and have a nice weekend!