Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi -@altercat

    If you don’t want shadow in logo image you have to reference class just above image tag when you inspect the logo section.
    You have defined just img {..} So wherever img tag is seen the shadow effect is seen.
    I suggest you to use below CSS.

    a.site-logo img {
        box-shadow: none;
    }

    Note: Please customize style template of child theme, so your changes will not overwrite on theme update.
    OR if you find custom CSS section in your Customizer section you can add this CSS there.

    Thank You!!

    Thread Starter altercat

    (@altercat)

    That worked like a charm, thank you so much!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove shadow from logo’ is closed to new replies.