F
Filament3mo ago
Jpac14

Is it possible to customise the theme, when using web.php?

Like this thread asks at the bottom, I want to have a public page, but I want to customise the page theme to the rest of what my panel is. Can I add like a attribute to the page or something
No description
5 Replies
Jpac14
Jpac14OP3mo ago
Okay I figured out how to do colours with FilamentColor::register(['primary' => Color::Emerald]) But how could I add a logo in?
moaliyou
moaliyou3mo ago
use brandLogo() or brandName()
Jpac14
Jpac14OP3mo ago
That won't work because I am rendering it in web.php
awcodes
awcodes3mo ago
What do you mean you are rendering it in web.php? But if you’re not in a panel then it’s just standard blade views. Which would need their own css and tailwind config.
Jpac14
Jpac14OP3mo ago
ok yea that's what im gonna do

Did you find this page helpful?