Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
PurplePixel Posted October 12, 2020 Posted October 12, 2020 (edited) 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, 2020 by PurplePixel correct template name
Solution Morrigan Posted October 14, 2020 Solution Posted October 14, 2020 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. }
PurplePixel Posted October 14, 2020 Author Posted October 14, 2020 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.
Recommended Posts