BALKANGraph / FamilyTreeJS

Build family tree app with BALKAN FamilyTreeJS library. Family Tree also called a genealogy or a pedigree chart, is a chart representing family relationships in a conventional tree structure.
50 stars 16 forks source link

how to change the color of node tree menu #106

Closed Ullas-A-2000 closed 1 month ago

Ullas-A-2000 commented 1 month ago
Screenshot 2024-05-08 at 1 14 03 PM

i want to change the color of this icon but was not able to can you help!! there is no instructions for this in the official documentation also

ZornitsaPesheva commented 1 month ago

Hi, here is how you can change the color with CSS:

#base_tree_menu path, ellipse {
  fill: red !important
}
Ullas-A-2000 commented 1 month ago

it worked thanks

ZornitsaPesheva commented 1 month ago

It works without !important too, but I forgot to remove it.