Link nero

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #657575

    serviziweb
    Participant

    Ciao, ho una domanda.
    Vorrei modificare il copyright.
    Non mi sta bene il fatto che il link è nero e poi quando passo il mouse diventa bianco.
    Il sito in questione è http://www.marchettashop.it

    Copyright © 2024 Marchetta Shop. Powered by Pc Solution srl

    Attachments:
    You must be logged in to view attached files.
    #657678

    Hello,

    Navigate to Theme Settings > Styles and Colors > Colors > Links Color >, it will Set the color for links on your pages, posts and products content.

    If you want to change the color only in the copyright area, share the page URL so I can check and give you a custom css code.

    Best Regards,

    #657933

    serviziweb
    Participant

    si vorrei cambiarlo solo nel copy
    https://www.marchettashop.it/

    #657969

    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,

Viewing 4 posts - 1 through 4 (of 4 total)