• Resolved danjde

    (@danjde)


    Hi SeedProd and thanks for your nice plugin!
    I would like to know if is it possible to add a custom html link to logo image.

    Many thanks!

    Davide

Viewing 1 replies (of 1 total)
  • Plugin Author SeedProd

    (@seedprod)

    Hi,

    Add this to the footer script under the advanced tab and set the url you want to link to.

    <script>
    jQuery( "#seed-csp4-image" ).click(function() {
      window.location = "https://www.google.com";
    });
    </script>
Viewing 1 replies (of 1 total)
  • The topic ‘Html link to logo image’ is closed to new replies.