#Is it possible to remove the "powered by novu"

1 messages · Page 1 of 1 (latest)

calm gorge
#

Hi All, Is it possible to remove the "powered by novu" text from the footer of the notification slide?

limpid basin
#

@somber python can you give us a hint here?

torpid osprey
green hinge
#

Correct. You can override the: Header, Footer, and NotificationItem blocks including the notification actions block.

somber python
#

another way is just to hide it with css 😛
this code should work:

<NovuProvider
   styles={{
    footer: {
       root: { display: 'none' }
    }
   }}
... />