• Resolved snas35

    (@snas35)


    Hi,

    I want to hide or disable the first role on the buld email sending, the administrator role. I have create some roles with a plugin and I want to show on this page only the additionals roles and not the administrator user’s role. Is possible to do this? I try with CSS but no works.

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Suman Bhattarai

    (@metalfreek)

    @snas35 There is no way to hide particular role from the list but you can use this CSS to hide the checkbox next to it as a work around for now.
    #sue-roles-email-form input#administrator {
    display: none !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Disable or hide the “Administrator” role for bulk email send’ is closed to new replies.