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 [Closed] Theme's CSS is overriding my forum. How do I turn off these underlines of all the links?

5 Posts
2 Users
0 Reactions
2,387 Views
Posts: 6
Topic starter
(@loup20)
Active Member
Joined: 7 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: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

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

Posts: 6
Topic starter
(@loup20)
Active Member
Joined: 7 years ago
Posts: 6
Topic starter
(@loup20)
Active Member
Joined: 7 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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;
}