info72662
posted this
2 weeks ago
Hello,
I managed to create a box shadow in the custom CSS to create the sub menu, but I only want this shadow on desktop and laptop. On tablet and mobile I don't want a shadow in the sub menu. I've been trying to figure something out with @media, but I can't figure it out.
Custom css is:
div.u-nav-popup {
box-shadow: 0 0 6px 0 rgba(51, 51, 51, .25) !important;
}
Ps. It's a shame that this is not a standard option in Nicepage... I use a shadow around the sub menu a lot
Regards,
Michiel
Hello,
I managed to create a box shadow in the custom CSS to create the sub menu, but I only want this shadow on desktop and laptop. On tablet and mobile I don't want a shadow in the sub menu. I've been trying to figure something out with @media, but I can't figure it out.
Custom css is:
div.u-nav-popup {
box-shadow: 0 0 6px 0 rgba(51, 51, 51, .25) !important;
}
Ps. It's a shame that this is not a standard option in Nicepage... I use a shadow around the sub menu a lot
Regards,
Michiel
Vote to pay developers attention to this features or issue.