Archived topic
OffCanvas Shadow Problem
1 reply · Started by Sebastian on February 16, 2022
Hi,
please look on gesundepfunde.com
I use a off canvas with the mobile version. I want to deactivate the shadows within the dropdowns in the off canvas menu but do not want to lose other shadows.
Could you help me please?
Thanks,
Sebastian
Hi Sebastian,
Here is a CSS you can try adding with regards to this:
ul.sub-menu.toggled-on {
box-shadow:none;
}
This is what it looks like from my end: https://share.getcloudapp.com/Wnuqn5ln
You may refer to this with regards to adding CSS: https://docs.generatepress.com/article/adding-css/
Hope this helps! :)