Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

420
Vistas
How to hide elements on a website in WebView

I want to load this page on a Webview but I want to hide this header element with search bar and logo. I don't know much about Javascript, is there a way to do this?

this is the part I want to hide

about 4 years ago · Juan Pablo Isaza
3 Respuestas
Responde la pregunta

0

I think you are asking for a solution using javascript. you can copy the below script and excute through chrome inspect. ( Ctrl + Shift + i , go to Console tab, paste the below script and press enter.)

document.getElementById("searchform").style.display = "none";
document.getElementById("sfcnt").style.display = "none";
document.getElementById("top_nav").style.display = "none";
document.getElementById("appbar").style.display = "none";

What am I doing is actually the same as other's answer, change those unwanted div's CSS style as display:none

about 4 years ago · Juan Pablo Isaza Denunciar

0

Add this css:

#sfcnt, #top_nav, #appbar { display: none }

It will break if they change it

about 4 years ago · Juan Pablo Isaza Denunciar

0

You can use the display property in css style sheet to hide stuff that you want.

element{
display:none;
}

here element can be anything(i.e body, *, div, navbar).

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda