© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
8 replies
Lucky0

Using filament theme on custom page

I am trying to use the Filament theme on a custom page. The custom page is using a Livewire component. I want to sync the color for the custom page and the panel. And yes, I have set up the custom theme with the "make:filament-theme" command.

<x-filament-panels::page>
    <livewire:component/>
</x-filament-panels::page>
<x-filament-panels::page>
    <livewire:component/>
</x-filament-panels::page>


livewire/components.blade.php


<div>
 <h1 class="primay">{{ $hello }}</h1>
</div>
livewire/components.blade.php


<div>
 <h1 class="primay">{{ $hello }}</h1>
</div>
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Problem using Wizard in Custom Filament Page
FilamentFFilament / ❓┊help
2y ago
Custom View Page using Filament Table Builder
FilamentFFilament / ❓┊help
3y ago
Custom Form Page in Filament with BasePage: Inheriting Theme Colors
FilamentFFilament / ❓┊help
12mo ago