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.
Jun 13, 2019 1:00 am
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:
2 Replies
Jun 13, 2019 1:01 am
Forgot to subscribe. (subscribing now)
It wouldn't let me subscribe to topic upon edit.
Jun 13, 2019 9:54 am
Hi @stocksforum,
Add this CSS code in "Custom CSS code" textarea:
#wpf-msg-box a {
text-decoration: underline !important;
}