Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author ThemeAWESOME

    (@tsquez)

    Hi there,

    If you are using a child theme, then you would need to modify the header.php file. Copy that file into your child theme, then add your link items there. Of course you then add your css to the child theme css.

    Thread Starter ddorr

    (@ddorr)

    Hello

    Thanks by helping me.
    On header.php I comment this code.

    <?php /*?>    <?php if( get_theme_mod('wpforge_nav_select') == 'offcanvas' || get_theme_mod('wpforge_mobile_display') == 'yes') { ?>
            <?php get_template_part('content', 'off_canvas'); ?>
        <?php } // end if ?>
        <?php if( get_theme_mod('wpforge_nav_select','topbar') == 'topbar') { ?>
            <?php if( get_theme_mod('wpforge_nav_position') == 'scroll' || get_theme_mod('wpforge_nav_position') == 'fixed') { ?>
                <?php get_template_part('content', 'nav'); ?>
            <?php } // end if ?>
        <?php } // end if ?><?php */?>

    Menu button option disappear in medium and small view above header but too the navbar under header. I guess best way to get it is changing breakpoint for small and medium. Where is the settings css en Wp forge?

    regards

    Theme Author ThemeAWESOME

    (@tsquez)

    WP-Forge is not built on scss so there is no settings css file.

    All of the media queries that allow you to change anything is located at the bottom of style.css.

    You need to check the foundation.css file and make sure you copy the correct elements.

    Hope this helps.

    Thread Starter ddorr

    (@ddorr)

    Great tip. On foundation.css I edit menu-vertical then it works fine.

    Thanks again.

    Regards

    Theme Author ThemeAWESOME

    (@tsquez)

    Awesome! Glad you got it working amigo ??

    Thread Starter ddorr

    (@ddorr)

    Thanks to you.

    Regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How override menu by default’ is closed to new replies.