# Theme under plugin not working

**URL:** https://forum.shopware.com/t/theme-under-plugin-not-working/65172
**Category:** Themes & Design
**Created:** [3. März 2020 um 12:55 UTC](https://forum.shopware.com/t/theme-under-plugin-not-working/65172 "2020-03-03T12:55:02Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![PayalTpss](https://avatars.discourse-cdn.com/v4/letter/p/ac91a4/32.png) [@PayalTpss](https://forum.shopware.com/u/PayalTpss)
#### Post date: [3. März 2020 um 12:55 UTC](https://forum.shopware.com/t/theme-under-plugin-not-working/65172/1 "2020-03-03T12:55:02Z")

</div>

Hi,

i am working on shopware6. Created a theme under plyugin with commands. assigned theme to sales channel via admin. If i change anything in my custom theme like color via admin it reflects. But I want to change header and footer structure. I have placed base.html.twig file from “vendor/shopware/storefront/Resources/views/storefront/” to my custom plugin path “/custom/plugins/Childtheme/src/Resources/views/storefront” to this and made some changes. But its not reflecting on frontend. Can anyone guide how can i add Header footer templates in custom theme and made changes. I have searched a lot but didn’t get anything.

Thanks!

---

<div class="post-metadata">

### Author: ![halfpint\_utopia](https://avatars.discourse-cdn.com/v4/letter/h/eb9ed0/32.png) [@halfpint\_utopia](https://forum.shopware.com/u/halfpint_utopia)
#### Post date: [29. Oktober 2020 um 21:32 UTC](https://forum.shopware.com/t/theme-under-plugin-not-working/65172/3 "2020-10-29T21:32:52Z")

</div>

Hi, have you tried **bin/console cache:clear** or the hard cache clear which is **./psh.phar cache**? You can also add **cache: false** in your _twig.yaml_ file. If you are changing the sass then you need to run **bin/console theme:compile**. These have normally worked for me, when I am not able to see any changes I make to twig files.
