Hi there!
How can I add a shadow to my mobile menu like here: www.hellobody.de
URL: www.taneraskin.com
Best,
Isabelle
Hi there!
How can I add a shadow to my mobile menu like here: www.hellobody.de
URL: www.taneraskin.com
Best,
Isabelle
hello there
To add a shadow to your mobile menu, you can add the following CSS code to your theme:
.mobile-nav-wrapper {
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
This will add a box shadow of 0px on the X-axis, 2px on the Y-axis, 5px of blur, and a transparency of 0.1. You can adjust the values to get the desired effect.
Can you explain more about the shadow that you want? An image would be helpful. Thank you
Where do I have to add it? Because its not working…
Where do I have to add it? Because its not working…