Site logo

Archived topic

Mobile Menu Contact info

18 replies · Started by Daniel on September 20, 2018

Viewing posts 16–19 of 19

Hi there,

as you have jQuery you could try hooking in a simple toggle script like so:

<script type = "text/javascript">
    jQuery(document).ready(function($) {
        $(".mobile-contactinfo").click(function() {
            $(".tooltipB").toggle();
        });
    }); 
</script>

ok hmm where do i have to put this code? i have no experience with jquery or js

This archived topic is closed to new replies.