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] Login and Register popup message links to be underlined

3 Posts
2 Users
0 Reactions
961 Views
StocksForum
Posts: 135
Topic starter
(@stocksforum)
Estimable Member
Joined: 7 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: 7 years ago

Forgot to subscribe. (subscribing now)

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

Sofy
Posts: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @stocksforum,

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

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