0

Today one of my friend suggested me to see chardin.js,how it's look good.So I downloaded .css,.js file from this link and also I did what they suggested.it's working fine.

But I want to play with styelings like,what's to change text color,at the end of line what's to use arrow.Exactly not this .

where can I find that function names.

can anyone help me.

Thanks.

user2873816
  • 179
  • 1
  • 5
  • 16

1 Answers1

0

Try

.chardinjs-helper-layer {
    color: blue !important;
}

Read How do you read !important in CSS?

Community
  • 1
  • 1
Tushar Gupta - curioustushar
  • 58,085
  • 24
  • 103
  • 107