Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 12, 20204 yr Hi all, I'm trying to find where or how I can update the registration page? I've found some bits and pieces but specifically I want to add classes to change how the labels of the form look, like where it says "Display Name" etc https://gyazo.com/ed1f84250eb122cafe2185ef6adb0c78.png Also I'd like to remove the "REQUIRED" span. Can anyone point me to the template? I've tried the popupRegisterTemplate.phtml and register.phtml as well as a few others but can't find where these come from. Thanks! Edited October 12, 20204 yr by PurplePixel correct template name
October 14, 20204 yr Solution Well the text is likely translatable in the Language. As far as the look of the labels: [data-pagecontroller="register"] .ipsFieldRow_label { Change the look here. }
October 14, 20204 yr Author 2 hours ago, Morrigan said: Well the text is likely translatable in the Language. As far as the look of the labels: [data-pagecontroller="register"] .ipsFieldRow_label { Change the look here. } Thank you Morrigan. This is what I ended up doing. I was just hoping there was a way to actually remove things instead of using css to hide it from the form. But I think in this case it will be ok.