• Resolved Hels

    (@hels04)


    I’m using news portal free version. I’d like some CSS code which will remove the shadow under the primary menu at the bottom of the header section?
    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @hels04

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .np-header-menu-wrapper .mt-container::before {
      display: none;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter Hels

    (@hels04)

    That worked. Thanks very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove shadow under primary nav menu’ is closed to new replies.