Hi @dawgh,
Thanks for choosing Neve!
It’s possible to remove the box-shadow from the submenu by adding the code below in the Additional CSS section within the Customizer.
ul.sub-menu {
box-shadow: unset !important;
}
Have a nice day!
Thread Starter
dawgh
(@dawgh)
One more question @luciamarinescu
Is there anyway to get the “header” image that i have on my frontpage to be same size on mobile as on desktop? Right now if a user has a little bit smaller screen the size of the image gets cropped.
Regards
Rasmus
Hello @dawgh!
Unfortunately it’s not possible to achieve this because the hero section is designed to be a full-width section and as a result, the background image has to cover the entire section, from top to bottom. This is the reason why the same image can’t look exactly the same on every device. A small mobile device doesn’t have the physical possibility to display the entire picture, while at the same time keeping the image ratio and all its properties. This is why on mobile devices the image is cropped and some parts of it may not be visible.
Have a nice day!