• Resolved lespagnol

    (@lespagnol)


    Dear team,

    Could be possible to not display the “Search” bar, basically displayed at the top on pages ?
    If yes, which file(s) have to be edited ?

    Many thanks in advance for your help and assistance.

    Kind regards,
    Mickael.

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello lespagnol,

    Search section is in header.php file in your current theme. You have to comment or remove below code.

    <?php get_template_part('modules/search', 'top'); ?>

    But it mess-up with design so you can put below css into your current theme’s style.css file located wp-content/themes/beat-mix-lite/ folder.

    
    .search-box .search-form { display: none !important; }
    

    Note : All Changes you done in any file are gone when you update theme. So prefer Child Theme.

    Hope this helps you

    Thread Starter lespagnol

    (@lespagnol)

    Dear AddWeb solution,
    Many thanks for your reply, it works perfeclty!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not display the “Search” bar ?’ is closed to new replies.