• Hello!

    I am using Customizr (modern) theme, and have created the Child theme. So, all good.

    However, I would like to remove either the top or bottom grey shadow that appears in the header.

    How can I do this?
    Thank you!
    Jenny

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Jenny,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    .primary-navbar__wrapper,
    .container-fluid,
    .primary-navbar__row {
        box-shadow: none !important;
    }

    Thanks!

    Thread Starter jennycurls

    (@jennycurls)

    Hello Emranemranx,

    Thanks!
    The top shadow of the header is gone, though now left with a thin grey line.

    I suppose that’s better than nothing! If you know how to remove the remaining grey line, would be awesome.
    but, if not, thank you just the same for your help!

    Jenny.
    ??

    https://www.jennyeleni.com

    Hi Jenny,

    Not fully sure from where the rest of the lines are coming, thanks, glad that it helped.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove top or bottom shadow in header (that has the site title, logo etc.)’ is closed to new replies.