• Resolved dawgh

    (@dawgh)


    Hi!

    I was just wondering if there is anyway to remove the dropdown “glow” or “shadow” from the neve theme, i tried remove box-shadow from css but did not help.

    Any help appreaciated!

    Regards
    Rasmus

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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)

    Hi! @luciamarinescu

    Thank you so much! ??

    Regards
    Rasmus

    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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Neve theme dropwdown menu shadow’ is closed to new replies.