About Us caption showing through the Shop menu, when it should disappear

Greetings. I am integrating the shop under Wordpress. I noticed. small glitch whereby when users click on the About Us section, and then hover over the Shop menu, the caption of the About Us remains on screen. Not sure what is causing this, but wonder if there is an easy CSS fix maybe targeting this class:

.sprd-about-info__caption.sprd__caption

What’s your URL so we can have a look? This might be in connection with the Theme you’re using :slight_smile:

Thanks Lena!

Hi Lena, any thoughts? :thinking: Vielen dank!

You have this in the css from the embedding site:

  header {
    z-index: 1000;
  }

This CSS rule must go!

Thank you it worked! Just for the benefit of anyone else who may face this issue in the future, I am using the Uncode theme for Wordpress. I just changed the CSS for this page to


header {
    z-index: auto;
  }

And it fixed the problem.

Thanks!

Awesome. Happy to hear it worked :slight_smile: