Trying to tweak the forum category grid—where do I override the Blade markup for the card component?
How do I customize the category card component?
Started by forumfan
2 replies
2 views
Last activity
You can update `resources/views/components/forum/category-card.blade.php`.
```blade
```
Drop the snippet above into any view (or tailor the classes) and Laravel will resolve the component automatically.
Confirmed this works—also recommend pairing it with a subtle border using the `ring-1 ring-inset` utility for more contrast.








