I remove the copyright footer text but it systematically reappears!

Hello,

My website is cbtexpertise.com

I have removed the copyright text on the footer but it systematically reappears. How do I make sure it doesn’t reappear again?

I am happy to credit colorlib elsewhere.

Thanks

Giorgio

Hi Giorgio,

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

You can just hide it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

.copyright {
    display: none;
}

Best Regards,
Movin