0
Answered

z-index

Yani Parga 2 years ago updated 2 years ago 6

Hello!

On my website the mobile menu is seen behind the slider.

I tried to change the z-index (of the slider and the menu), but it doesn't work. How can I solve that?

Thank you!

GOOD, I'M SATISFIED

Excellent and really very fast!

Satisfaction mark by Yani Parga 2 years ago
Will be answered

Hello


Send me the URL to your website.

--

Best Regards

Andrei S.

Of course! is this one.

The slider is in the homepage.

Answered

Try to add the CSS code below.

https://www.anwp.pro/how-to-add-custom-css-to-your-wordpress-site/

.elementor-element-0e5f94b {
  z-index: 2 !important;
}

--

Best Regards

Andrei S.

As I see, you haven't added "!important" in the end.

--

Best Regards

Andrei S.

Thank you!

I think the editor deleted it, because I copied and pasted.

It works perfect!