• Resolved webmaster1234

    (@webmaster1234)


    Hello,

    Is it possible to hide the banner from a customer role? For example we want the banner to show for all customers except “Wholesale” wordpress customer role.

    Thank you,

Viewing 1 replies (of 1 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi @webmaster1234

    There’s nothing in the plugin settings allowing that explicitly. If there is anything in the DOM of your site that changes when a customer role is viewing the site (for example a different classname on the <body> element), you could put some custom CSS into the site to hide simple banner. E.g.

    body.customer-role .simple-banner {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Possible to hide banner based on customer role?’ is closed to new replies.