Saltar navegación

Este es el foro de soporte técnico de WPML, el plugin multilingüe de WordPress.

Todas las personas pueden leerlo pero solo los clientes de WPML pueden ingresar comentarios. El equipo de WPML responde en los foros 6 días a la semana, 22 horas por día.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 16:00 10:00 – 14:00 10:00 – 14:00 9:00 – 13:00 9:00 – 13:00 -
- 17:00 – 21:00 15:00 – 19:00 15:00 – 19:00 14:00 – 18:00 14:00 – 18:00 -

Zona horaria del aficionado: Europe/Bucharest (GMT+02:00)

Etiquetado: 

Este tema contiene 1 respuesta, tiene 0 voces.

Última actualización por Mihai Apetrei hace 5 días, 17 horas.

Asistido por: Mihai Apetrei.

Autor Entradas
diciembre 20, 2024 en 6:16 am #16532150

alexF-34

Antecedentes del problema:
I am trying to set the background of a dropdown to be transparent on my site enlace oculto. I have found multiple CSS codes across the WPML forum, but none of them worked. Here is an image of the issue: enlace oculto.

Síntomas:
The CSS code I found on the WPML forum did not work to make the dropdown background transparent.

Preguntas:
How can I set the background of the dropdown to be transparent?

diciembre 20, 2024 en 7:16 am #16532220

Mihai Apetrei
Supporter

Idiomas: Inglés (English )

Zona horaria: Europe/Bucharest (GMT+02:00)

Hi there.

Those CSS examples don't work for all the websites because, most of the time, each website uses different CSS classes or IDs.

Please go to your site's backend > Appearance > Customizer > Custom CSS area > add the following CSS code and save:


.wpml-ls-item .elementor-nav-menu--dropdown {
background-color: transparent !important;
}

That should work fine 🙂

Mihai Apetrei