Hello support team,
I have used this code to sytle my bb press forum,
but it also underlines some of my header items only when I am on Forum pages.
How do I remove this underline on just the header on the forum
.bbp-forum-title:hover,
.bbp-forum-link:hover,
.bbpress.forum:hover,
.entry-title:hover,
.bbpress.forum:hover,
.bbp-topic-permalink:hover {
text-decoration: underline;
color: #3A3A3A;
}

help would be appreciated!


