# Custom design changes for admin dashboard

**URL:** https://discourse.getcockpit.com/t/custom-design-changes-for-admin-dashboard/1996
**Category:** Uncategorized
**Created:** [July 7, 2021, 11:42am UTC](https://discourse.getcockpit.com/t/custom-design-changes-for-admin-dashboard/1996 "2021-07-07T11:42:13Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![dipakmali1993](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.getcockpit.com/dipakmali1993/32/798_2.png) [@dipakmali1993](https://discourse.getcockpit.com/u/dipakmali1993)
#### Post date: [July 7, 2021, 11:42am UTC](https://discourse.getcockpit.com/t/custom-design-changes-for-admin-dashboard/1996/1 "2021-07-07T11:42:13Z")

</div>

How can i add custom design for admin panel in cockpits. without any change in core module files, like index.php, entry.php, entries.php files.

---

<div class="post-metadata">

### Author: ![Hackbard](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.getcockpit.com/hackbard/32/854_2.png) [@Hackbard](https://discourse.getcockpit.com/u/Hackbard)
#### Post date: [July 7, 2021, 11:44am UTC](https://discourse.getcockpit.com/t/custom-design-changes-for-admin-dashboard/1996/2 "2021-07-07T11:44:24Z")

</div>

2 Ways in my mind

1. Add Custom CSS with an Addon (maybe the cleaneast way)
2. You can overwrite the routes and copy / paste the core files in an Addon and change them like you want

// Writing and Addon is easier as you may think 😉

---

<div class="post-metadata">

### Author: ![dipakmali1993](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.getcockpit.com/dipakmali1993/32/798_2.png) [@dipakmali1993](https://discourse.getcockpit.com/u/dipakmali1993)
#### Post date: [July 7, 2021, 11:46am UTC](https://discourse.getcockpit.com/t/custom-design-changes-for-admin-dashboard/1996/3 "2021-07-07T11:46:47Z")

</div>

ok, thanks for suggestion will check. 🙂

---

<div class="post-metadata">

### Author: ![abernh](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.getcockpit.com/abernh/32/859_2.png) [@abernh](https://discourse.getcockpit.com/u/abernh)
#### Post date: [July 7, 2021, 12:29pm UTC](https://discourse.getcockpit.com/t/custom-design-changes-for-admin-dashboard/1996/4 "2021-07-07T12:29:46Z")

</div>

@creativeplusplus [posted his “Orchid Theme”](https://discourse.getcockpit.com/t/getcockpit-backend-theme-orchid/1958) last month - maybe you find some inspiration here as well.

He relies mostly on custom CSS, plus some minor adjustments in the existing templates.
