Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] Underline text

3 Posts
2 Users
3 Reactions
1,408 Views
Posts: 2
 Nixa
Topic starter
(@nixa)
Active Member
Joined: 4 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: 1522
(@tutrix)
Noble Member
Joined: 5 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: 4 years ago

Active Member
Posts: 2

@tutrix Thanks !