Hi Simen! That did help a lot, turns out I had to clean build the entire admin portal for my colors to work and they are now here!
I still have issues with the images though.
I tried putting them in /src/admin/extensions, in /src/extensions and in /admin/extensions to no avail. I tried both “myimage.png” and “extensions/myimage.png” in the config file:
auth: {
logo: 'myimage.png'
},
head: {
favicon: 'favicon.ico'
},
menu: {
logo: 'myotherimage.png'
}
Both images and the favicon are however not taken into account.
Also the question regarding the configuration of all components remain: we had a way to hard-edit all react views in strapi 3 in the “admin” folder, and we are wondering if that will still be the case.
Wish you a very pleasant week-end!