Hi,
I tried changing the font size and color of the font of the contents in tree structure after adding hierarchy to it.
I tried using the below code for it. I was unsuccessful.
I have used the below code.
background-color: rgb(81,81,81);
line-height: 20px;
font-family:"HelveticaNeue-Regular", sans-serif;
font-weight: bold;
font-size: 25px;
text-align: Center;
color: white;
What wrong I'm doing here ?
Thank you