Notifications
Clear all

wpForo 1.x.x [Closed] Theme's CSS is overriding my forum. How do I turn off these underlines of all the links?

5 Posts
2 Users
0 Likes
2,012 Views
Posts: 6
Topic starter
(@loup20)
Active Member
Joined: 6 years ago

My theme underlines links, however I do not want it to underline all my links in WPForo. Where can I override this and what should I do?  Thanks in advance! 

4 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Please leave your forum URL to allow us debug CSS conflicts.

Posts: 6
Topic starter
(@loup20)
Active Member
Joined: 6 years ago
Posts: 6
Topic starter
(@loup20)
Active Member
Joined: 6 years ago

I was using WPForo as a kind of temporary thing, but I'm really liking it aside from the CSS issues. If I can get all that figured out I think it's going to be my forever forum. So thank you for your support and time on this!

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS Code in Custom CSS Code textarea, save it delete all caches and press Ctrl+F5 on forum front-end:

#mvp-content-main #wpforo #wpforo-wrap p a {
box-shadow: none;
}
#mvp-content-main #wpforo #wpforo-wrap p a:hover{
background: none;
}