• Hi,
    Can someone tell me how to make my site logo clickable to a mobile number?

    Many thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello, you can try to do this with jQuery.

    1. Please install and activate Insert Headers and Footers plugin that will allow you to insert JavaScript (jQuery) code.

    2. Go to your Dashboard → Settings → Insert Headers and Footers → add the following code to Scripts in Header section, and click Save button.

    <script>
        jQuery(document).ready(function(){
            jQuery('.header-wrap .col-md-4.col-sm-8.col-xs-12 a').attr('href', 'tel:0412300058');
        });
    </script>

    Kind Regards, Roman.

Viewing 1 replies (of 1 total)
  • The topic ‘Clickable site logo’ is closed to new replies.