Hi gailjomsocial
1 -- Go to file: /components/com_jagdpr/views/collection/tmpl/default.php
At approx line 25, above this line of code:
<div id="joomla-panel" class="ja-gdpr">
You can add this:
<!-- Add new div tag -->
<div class="gdpr-title">
<?php echo JText::_('GDPR_TITLE'); ?>
</div>
and add translation for the language constant: GDPR_TITLE and customize style as you wish.
2 -- You can open this file: /plugins/jagdpr/joomla/tmpl/default.php
Line 268:
<a class="btn btn-primary" target="_blank" href="<?php echo JRoute::_('index.php?option=com_users&view=profile', false); ?>">
Remove this attribute: target="_blank"
3 -- This profile page will inherit style from gantry template you're using, please contact its provider for help to change as it's not our template.