• Onze site mag alleen toegankelijk zijn voor ingelogte leden.
    Als men op de welkomspagina (inlog) staat en op het vergrootglaasje in de menubalk klikt kun je daar een vraag intoetsen. Als je daar een naam intoets kun je zo toch bij de adressenlijst komen.
    Dit is zeken niet de bedoeling.
    Hoe kan ik dat vergrootglaasje verwijderen uit de menubalk, of onbruikbaar maken

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

Viewing 1 replies (of 1 total)
  • Hoe kan ik dat vergrootglaasje verwijderen uit de menubalk, of onbruikbaar maken

    Hi @lovooisterwijk you can remove the search option from your site header using CSS. You can add the CSS to Appearance > Customiser > Additional CSS section

    However, the option you are using for restricting access to your site is the one responsible for blocking access throughout the site. The CSS is a workaround but anyone can still access the content using search queries so I would suggest using membership plugins to achieve what you want.

    .site-header .search-form {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘zoekfunctie menubalk verwijderen’ is closed to new replies.