Template Licence - a mystery how to apply

I have bought one. I have received no instructions. All forum related answers say link to buying one. I wish too lose the branded Colorlib and Wordpress links in footer and have my own links. I have tried searching CSS.
I deleted the script below and they still survive.
HEL:P PLEASE
.footer .footer-credits {
color: #fff;
}

.footer .footer-credits a {
color: #fefefe;
opacity: .8;
}

.footer .footer-credits a:hover,
.footer .footer-credits a:focus {
color: #5234f9;
}

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

There are three sites I went to do
One is sort of finished - please be gentle with any thoughts :slight_smile:
See http://haydntaylor.org/
Best
Me

Hello there,

This should help:


.footer .footer-credits {
    display: none;
}

Best Regards,
Support

put into stylesheet and took out others - all info still came up
have reverted to original at moment
Should I be putting this into Theme Footer perhaps?

Hello there,

This would be added to the CSS stylesheet.

Best Regards,
Support

Am getting bored now. Your help is very minimal and does not work. A screenshot would be useful. I have done as you asked and no effect. I have even instructed text to show as BLACK to hide it as a work around by changing the colour hex code - but no effect. I am contacting Wordpress because I have tracked this issue on your forums and you only point at buying a licence. Your help here is rather poor. I am at a loss. I say this with sorrow as you did refund me one licence fee which I bought by mistake and your template is beautiful. I just cannot marry the two?
Best
Me

hey there

Sorry about this, :slight_smile:
I’m here and i will try my best to help you in this situation,
here is a little bit info on how to hide current credits in the footer,
css code should be added in WordPress dashboard, Appearance > customize then new things will open in the window, in this window you will see “additional CSS” at the left side, somewhere bottom in the list, click on it and add the code,

.footer .footer-credits {
display: none !important;
}

Let me know if it worked (it will :slight_smile: )