Question about panel.stylesheet

Hi,

I’ve write a custom css for the panel…
I’ve put on my config.php

c::set(‘panel.stylesheet’, ‘assets/css/custom-panel.css’);

But I don’t see the changes yet…
I’m in a mistake… :roll_eyes::thinking:

Check in your dev tools’ network tab if the stylesheet gets loaded. If yes, inspect the styles, maybe they are so unspecific they do not apply.

Thanks @texnixe,
Yes, the issue is this… it’s never loaded, I don’t know what I’m doing wrong :roll_eyes:

This looks a bit like you’re using the right single quotes, but might be due to copy and pasting. If the file does not turn up in your network tab, check if you’ve put it into the correct path and your spelling is correct.

I’ve copied it from the official documentation page…
I’ve checked out for some misconfiguration… and for the real path of the resource, trying also with absolute link, with no success…
Now I’m thinking is possible incompatibility with other c::set directives or with a plugin

Hm, from afar, I have no idea what might be going wrong…

After some tests I’ve found the issue…
There is an incompatibility with two plugins:

kirby-analytics-dashboard
kirby-panel-brand

Thanks for your time @texnixe