Hey there,
I have some questions regarding the dropdown menu in Shapely theme:
-
The dropdown menu hides behind the slider gallery (SiteOrigin Slider).
When scrolling down so that the Header is over the gallery, it shows up.
How can I fix this? -
I managed to make the header transparent with the following code:
nav#site-navigation { background: rgba(255, 255, 255, 0.5); }
How can I do the same to the dropdown menu?
Thanks in advance!