Hello support team,
I would like to have all the bbpress forums and the topics be underlined when hovered over.
Would this be possible?
Thanks!
Hello support team,
I would like to have all the bbpress forums and the topics be underlined when hovered over.
Would this be possible?
Thanks!
Hello there,
Yes, please add this code to X > Launch > Theme Options > Global CSS:
.bbp-forum-title:hover,
.bbp-forum-link:hover {
text-decoration: underline;
}
Hope it helps.
Thanks for the help Jumar!
The code has worked. I would also like to add an underline to the forums and topics on this page as well:
How would I be able to do this?
Thanks
Hi again,
Please make use of the following code:
.bbpress.forum .entry-title, .bbpress.forum .bbp-topic-permalink {
text-decoration: underline;
}
Let us know how this goes!
Thank you again Nabeel!
The code has worked!
Glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.