Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: New mobile menu – highlight active element #831889

    Hi,

    Please add following code to Child-Theme => Functions.php

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(‘#avia-menu li.current_page_item a’).addClass(‘main-active-burger’);
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_script’);
    And
    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a.main-active-burger {
    color: #000;
    }

    Best regards,
    Ron

    in reply to: Tab Section | Keine Umlaute im Reiter-Titel | 4.0.6 #798472

    enfold/config-templatebuilder/avia-shortcodes/tab_section.php
    Line: 383
    <a href='#{$tab_title}
    wird das überhaupt gebraucht?

Viewing 2 posts - 1 through 2 (of 2 total)