Forums

How to remove the shadow in Plugin: Header Image Slider (3 posts)

  1. mRoy62
    Member
    Posted 8 months ago #

    Not 100% sure but I think this Plugin: Header Image Slider is displaying a shadow around the header images. Is there a way to remove this?

    Martin

  2. shazdeh
    Member
    Posted 7 months ago #

    Easily. Add this to your stylesheet:
    .theme-default .nivoSlider {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }

  3. mRoy62
    Member
    Posted 7 months ago #

    Thanks. I added this to the themes HEAD section.

Reply

You must log in to post.

About this Topic