XenForo Subtitle ToS and Privacy Policy links only in Register

CR LEAKS

Administrators
Joined
Mar 25, 2022
Messages
1,493
Credits
28,554
1722682018784.png

Add this to the extra.less template:



CSS:
[data-template="register_form"],
[data-xf-init="reg-form ajax-submit"]
{
    .iconic-label a
    {
        text-decoration: underline;
    }
}
 
Back
Top Bottom