• Hi,
    Thank you for Ixion – a great WP theme.

    I am doing a website for my choir.
    ACtually we dont need a search barin the top of the page.
    Is it possible to remove this area somehow?

    Thank you.

    Kind regards
    Lars

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Lars,

    I can’t see a way to remove the search box from within WP Admin so this change will need to be made via code. The code for the search box can be found in header.php — you should see a reference to <?php get_search_form(); ?>.

    As I mentioned in your other thread, changes are best made using a child theme to help ensure they aren’t overwritten during future updates.

    I hope this helps!

    Hi Lars,

    Just wanted to chime in and mention that you can also simply hide that search button using some CSS. Add the following under Additional CSS in the Customizer:

    form.search-form {
      display: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible to remove search area in the top’ is closed to new replies.