Site logo

Archived topic

js-partices por detras de los botones

17 replies · Started by carlos on November 20, 2021

Viewing posts 16–18 of 18

Se superpone todo el contenedor a particles y por tanto particles no reacciona al pasar el raton.

Lo que debe estar por encima de particles es unicamente el boton y no el contenedor.

That's going to be tricky to pull off and you may have to modify the layout structure for this because as it is, the button is with the text.

You may have to change the nexting containers from this:

>Container with background
>>container with the text and button
>>particlejs div

to this:

>Container with background
>>container with the text
>>particlejs div
>>the button or container with the button

We then apply the position: relative; z-index: 1; to >>the button or container with the button so the button is atleast isn't overlayed by the particlejs div.

Gracias Elvin,

He creado un nuevo contenedor para ese boton y he aplicado el codigo anterior que me diste, pero con el numero del nuevo contenedor

.gb-container.gb-container-b742d27c {
z-index: 1;
position: relative;
}

Hice la prueba en la pagina: https://definitivo.safegest.com/ y ahora funciona

Muchas gracias!!!

Nice one. Glad you got it sorted. :D

This archived topic is closed to new replies.