Hello @Kotare
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-footer.css ----> line number 293
search this code
.footer__copyright {
text-align: center;
margin-top: 1.5rem;
}
and replace with this code
.footer__copyright {
display: none !important;
}
result
If this was helpful, hit the like button and mark the job as completed.
Thanks
