Hi - a question not really a bug How do I change the button colours in JA GDPR component
Hi gailjomsocial
Could you share screenshot highlighting the button you want to change? You can share the credentials of your site also so I can check for you.
saguaros Hi Go to Menu item = Mitgliederbereich / Datenschutz-Einstellungen which is GDPR screen We want to change the "Edit Profile" and "Request Manual Deletion" buttons background
You can change it with this custom css:
#joomla-panel .btn-primary { background-color: #007bff; border-color: #007bff; color: #fff; /*text color*/ }
and change to your desired color
Thank you
gailjomsocial You're welcome!