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.
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!
Please leave your forum URL to allow us debug CSS conflicts.
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!
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;
}