Reply To: Again problem with bbPress

Home Forums Support Again problem with bbPress Reply To: Again problem with bbPress

Home Forums Support Again problem with bbPress Reply To: Again problem with bbPress

#152337
Tom
Lead Developer
Lead Developer

Looks like a BuddyPress bug to me – the bbpress class is being added to those pages.

Try this CSS instead:

.forum #menu-item-44 a,
.forum-archive #menu-item-44 a,
.topic #menu-item-44 a {
    background-color: #whatever;
    color: #whatever;
}