Notifications
Clear all

wpForo 1.x.x [Solved] How To - Hyperlink default formatting

7 Posts
3 Users
1 Likes
3,267 Views
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

You just need to add post content wrapper CSS to the code above, remove the old one and use this one:

#wpforo #wpforo-wrap .wpforo-post-content .wpfcl-a{color:#008000;}
#wpforo #wpforo-wrap .wpforo-post-content a:hover{color:#008000;}
#wpforo #wpforo-wrap .wpforo-post-content a:active {color:#008000;}
#wpforo #wpforo-wrap .wpforo-post-content a { color:#008000; }
#wpforo #wpforo-wrap .wpforo-post-content a:visited { color:#008000; }
#wpforo #wpforo-wrap .wpforo-post-content a {text-decoration: underline;}
TonyShark
Posts: 24
(@tonyshark)
Eminent Member
Joined: 6 years ago

Worked perfectly, thank you for your support 🙂

 

Sidenote:

I rearranged the order to allow for the hover colour to be visible on a visited link.

eg:

#wpforo #wpforo-wrap .wpforo-post-content .wpfcl-a{color:#008000;}
#wpforo #wpforo-wrap .wpforo-post-content a:visited { color:#008000; }
#wpforo #wpforo-wrap .wpforo-post-content a:hover{color:#008000;}
#wpforo #wpforo-wrap .wpforo-post-content a:active {color:#008000;}
#wpforo #wpforo-wrap .wpforo-post-content a { color:#008000; }
#wpforo #wpforo-wrap .wpforo-post-content a {text-decoration: underline;}
Page 2 / 2