change bell icon color

hi guys, I'm testing novu on my app using node.js, however I don't understand how to change the color of the bell icon, the docs seems to talk only about react implementation. Am I missing something? thanks!
8 Replies
Pawan Jain
Pawan Jain2mo ago
@Falconshield Try this style in your CSS file
.nv-bellIcon path {
fill: red;
}
.nv-bellIcon path {
fill: red;
}
@Falconshield Did you get chance to use above css?
Falconshield
FalconshieldOP4w ago
yes! we managed to change the color of the icon thank you now we are struggling with the change of language, do you have any advice?
Pawan Jain
Pawan Jain4w ago
Checkout the localization documentation
https://docs.novu.co/platform/inbox/react/localization
Falconshield
FalconshieldOP4w ago
Does it work only with react?
Pawan Jain
Pawan Jain4w ago
Are you using any other library / framework than react?
Pawan Jain
Pawan Jain4w ago
@Falconshield ping
Falconshield
FalconshieldOP4w ago
Yes, node.js
Pawan Jain
Pawan Jain3w ago
Hey Falconshield

node.js is server side environment, our inbox is for client side environment. Could you please share specific framework like angular, vie, nextjs etc

Did you find this page helpful?