Aug 21, 2018 7:08 pm
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
Aug 22, 2018 10:58 am
Please leave your forum URL to allow us debug CSS conflicts.
Aug 22, 2018 1:50 pm
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!
Aug 22, 2018 4:22 pm
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;
}