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

133
Vistas
How can I make an element become visible by hovering over another element?

I am trying to make an element only appear when another element is "hovered".

The code is as follows:

#form-field-numerocnh.elementor-field-textual {
      background-image: url("http://3.87.64.242/wp-content/uploads/2021/12/arrow-drop-down.png");
      background-repeat: no-repeat;
    background-color: #ffffff;
    border-width: 2px 2px 2px 2px;
    border-radius: 8px 8px 8px 8px;
  background-size: 20px;
  background-position: 95%;
}

.imagem-ajuda {
    display:none;
}

.elementor-field-textual:hover + .imagem-ajuda {
    display:block !important;
}

The code itself works, even the

.imagem-ajuda {
    display:none;
}

Now, the part that was supposed to make the element appear again doesn't work, which is:

.elementor-field-textual:hover + .imagem-ajuda {
    display:block !important;
}

I already tried with:

#form-field-numerocnh.elementor-field-textual:hover + .imagem-ajuda {
    display:block !important;
}

But doesn't work :(

about 4 years ago · Santiago Gelvez
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