tailwind

Is there a way to change background color of topbar or sidebar with renderHooks or something related?
Solution:
Create custom theme and then target .fi-sidebar-nav or any other and change the bg-color
Jump to solution
2 Replies
Solution
Vp
Vp5mo ago
Create custom theme and then target .fi-sidebar-nav or any other and change the bg-color
DarkMatter
DarkMatterOP5mo ago
Yeah, I know, I already did using renderHook and injecting css styles on header, now I can manage themes to change background and colors palette.

Did you find this page helpful?