[Support request] Mobile Menu Contact info

Home Forums Support [Support request] Mobile Menu Contact info

Home Forums Support Mobile Menu Contact info

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #734269
    Daniel
    #734782
    David
    Staff
    Customer Support

    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>
    #735304
    Daniel

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

    #735674
    David
    Staff
    Customer Support

    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.

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.