Hi Kirby support team,
Is there an option in the blueprint to remove the headline field numbers? Or I have to use a custom stylesheet for the panel?
Hi Kirby support team,
Is there an option in the blueprint to remove the headline field numbers? Or I have to use a custom stylesheet for the panel?
Yes, via a custom stylesheet, there is no blueprint option.
Ok, thanks
There will be an option for this in the next release as I was working on the headline field anyway.
Meanwhile, if somebody is interested, this is how I did it:
.field-with-headline .hgroup:before {
content: none;
}
.field-with-headline .hgroup span {
padding-left: 0;
}
c::set('panel.stylesheet', 'assets/css/panel.css');