• Hello,
    I made some changes in the plugin files (f.e. the heart icon) and wanted them to remain after updates. when I copied the changed file to my child theme folder (genealogical-tree/public/partials), nothing happened. Is it possible, and how should the structure look like in my child theme? Thanks and greets sabine

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author akdevs

    (@akdevs)

    You can add this style in your child theme css. {image_url} will be your background image
    div.gt-tree .gt-style-1 li.family:after {
    content: url({image_url}) !important;
    }
    Thanks

    Thread Starter s.wini

    (@swini-1)

    Thanks a lot for your reply! I already tried this, in customizer, child and parent theme (style.css) no luck… it only works, if I edit it in genealogical-tree-settings.php…..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin Folder structure in child theme’ is closed to new replies.