Subtitle ToS and Privacy Policy links only in Register

XenForo Subtitle ToS and Privacy Policy links only in Register

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XenForo submitted a new resource:

Subtitle ToS and Privacy Policy links only in Register - How to underline links to ToS and Privacy Policy in Register only

257825-a82754a9af989a25a687c5b7625914b1.png


Add this to the extra.less template:

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

Read more about this resource...
 
Back
Top Bottom