Hi,
sorry for late reply, if you not post some reply then we not receive notifications
Anyway, your template override Joomla registration/edit profile pages, in this override missing html legend that define title of each tab.
2 Solutions:
1. Remove override (but you could have a loss some template look)
rename these file
- /templates/your-template-folder/html/profile/registration/default.php to default.old.php
- /templates/your-template-folder/html/profile/profile/edit.php to edit.old.php
2. Add HTML legend in overrides, we can do it for you
but require backend access.
You need to do a minor changes at these files:
- /templates/your-template-folder/html/profile/registration/default.php
- /templates/your-template-folder/html/profile/profile/edit.php