How can I access to the style class of the title in header of Navigation Drawer?

46 Views Asked by At

I would like to change the text color of the title of the header using css classes but I m not able to find the selector. I have tried many combinations like for example but It didn't work: .navigation-drawer > .header > * > .label { -fx-text-fill:white; }

enter image description here

0

There are 0 best solutions below