Notifications
Clear all

wpForo 1.x.x [Closed] Login and Register popup message links to be underlined

3 Posts
2 Users
0 Reactions
828 Views
StocksForum
Posts: 135
Topic starter
(@stocksforum)
Estimable Member
Joined: 6 years ago

My site on the left, another on the right. (image)

I want the 'Login' and 'Register' words to be underlined in white so that it's obvious they are hyperlinked.

My site:

https://smallcaps.com.au/forum/

Other site that shows underlined links on popup:

https://rplstoday.com/community/

2 Replies
StocksForum
Posts: 135
Topic starter
(@stocksforum)
Estimable Member
Joined: 6 years ago

Forgot to subscribe. (subscribing now)

It wouldn't let me subscribe to topic upon edit.

Sofy
Posts: 4630
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @stocksforum,

Add this CSS code in "Custom CSS code" textarea: 

#wpf-msg-box a {
text-decoration: underline !important;
}