The support is already supported via Phantom Themes web Support.
Also I am answering here again for others.
We are doing work as par of WordPress community and open source initiative, so we request our users to link back but its not necessary.
To remove footer credit you can do this via Admin Dashboard-> Customize -> Additional CSS , Just copy & paste the code below and click “Save & Publish”.
footer {
display: none;
}
section.footers {
padding: 0px;
display: none;
}