Hi, How can I remove a word "Campos" in the contact page? Thank you in advance
Hi edna-bonfim
You can go to file: /templates/ja_justitia/html/com_contact/contact/default_user_custom_fields.php
Then comment or remove the line 91:
<?php echo '<h3>' . ($groupTitle ?: JText::_('COM_CONTACT_USER_FIELDS')) . '</h3>'; ?>
https://prnt.sc/tsjjow
Hi Saguaros,
Thank you very much. It's ok now!