Notifications
Clear all

wpForo 1.x.x [Solved] Underline text

3 Posts
2 Users
3 Likes
912 Views
Posts: 2
 Nixa
Topic starter
(@nixa)
Active Member
Joined: 2 years ago

Hello, i have a problem with underline text in my forum. So underline is everywhere. I really don't know how to remove it. 

2 Replies
Tutrix
Posts: 1267
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @nixa

add this to custom css

#wpforo #wpforo-wrap a {
text-decoration: none !important;
}

Dashboard > Forums > Settings > Style (custom css)

1 Reply
 Nixa
(@nixa)
Joined: 2 years ago

Active Member
Posts: 2

@tutrix Thanks !