Hello,
Navigate to Theme Settings > Footer > Copyrights add the following HTML in the copyright text:
Copyright © 2024 Marchetta Shop. Powered by <a href="https://www.marchettashop.it/" class="custom-footer-link" target="_blank" rel="noopener">Pc Solution srl</a>
Then, navigate to Theme Settings > Custom CSS add the following css code.
.custom-footer-link {
color: #016450;
text-decoration: none;
}
.custom-footer-link:hover {
color: #00ffc1;
}
Best Regards,