By User on Tuesday, 25 October 2022
Posted in General Issues
Replies 3
Likes 0
Views 340
Votes 0
Hello. I Can’t find the way to change button colour for mobile devises when admin going to ban user (open popup window). Screen attached. Thanks.
If you want to change this button styling for a specific dialog, then you have to add your own styling into this core file JoomlaFolder/components/com_easysocial/themes/wireframe/profile/dialogs/dialog.user.ban.php

Then you can copy this file and place this file into your current template new directory folder JoomlaFolder/templates/yourCurrentTemplate/html/com_easysocial/profile/dialogs/dialog.user.ban.php
·
Wednesday, 26 October 2022 10:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello. There is no way to change colour with CSS? Thanks.
·
Wednesday, 26 October 2022 11:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Can, but it will affect to other dialog button styling.


body #es.es-dialog .es-dialog-footer-content .btn[data-close-button] {
background-color: #9ea9ca !important;
}
·
Wednesday, 26 October 2022 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post