• Resolved merologin

    (@merologin)


    Please suggest how can we shrink nav menu during site visit and to expand only after clicking the down arrow from nav menu. Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter merologin

    (@merologin)

    I have read the similar thread with solution but that didn’t work out.

    I want to keep nav menu hidden during first visit on homepage and be visible on other pages once nav menu is expanded by clicking down arrow button.

    Theme Author sonalsinha21

    (@sonalsinha21)

    Hi,

    header.php
    Replace <div id=”site-nav”> with <div id=”site-nav” style=”display:none;”>
    Replace <div id=”header-bottom-shape”> with <div id=”header-bottom-shape” class=”showDown”>

    Thread Starter merologin

    (@merologin)

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to shrink nav menu on visit?’ is closed to new replies.