Notifications
Clear all

wpForo 1.x.x [Solved] Underline not showing in signature

3 Posts
2 Users
0 Reactions
1,236 Views
Posts: 76
Topic starter
(@hypematrix)
Estimable Member
Joined: 3 years ago

Hello,

 

I have underlined 2 links in my signature but they are not displaying as underlined, does anyone know how to fix this?

 

Thanks

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

@motorhype

add this to custom css

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content a {
    text-decoration: underline;
}
1 Reply
(@hypematrix)
Joined: 3 years ago

Estimable Member
Posts: 76

@tutrix That has worked, thanks again 🙂