remove the footer element

hi,
I want to remove the DMCA element, or you can help me make it be one row with copyright stuff.
I attach the screenshot

Hi @bryon,

I hope you are well today and thank you for your question.

The theme doesn’t display it so it may be displayed by any plugin you are using on your site.

Could you please share me your site URL where it’s displaying so that i can help you to remove it?

Best Regards,
Movin

thank you.
My website is aidselect.com.

You can remove it by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

a.dmca-badge {
    display: none;
}