• Resolved Button9

    (@button9)


    Hi!

    How do I remove the search possibility in top of every page including the home page?

    Thanks! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • If I understood this correctly, you want to get rid of the search box?
    If this is what you want to get rid off, input the following code into child theme editor,

    .header-search{
    display: none;
    }

    Thread Starter Button9

    (@button9)

    Hi addicted295514!

    Thank you so much for your help!

    For some reason nothing happens when I enter this code. I have double checked and the class is right so it should work.

    I am using Instant WordPress at the moment so maybe the fact that everything is offline matters? I don’t know…

    Thread Starter Button9

    (@button9)

    For some reason it works when I switch the position of the code in the custom CSS! ??

    Thank you for input!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove search possibility’ is closed to new replies.