Archived topic
Mobile Menu Contact info
18 replies · Started by Daniel on September 20, 2018
Viewing posts 16–19 of 19
sure here
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
Easiest way create new Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/
Create a new one, add the code and select the wp_footer hook.
This archived topic is closed to new replies.