Remove box shadows

Home Forums Automattic Pinboard Remove box shadows

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #111999 Resolve

    James Syner
    Member

    Hi, I want to remove the shadow around the boxes containing images in my sidebar. Is this possible?

    The blog I need help with is magpiethat.com
    #153318

    Sheri
    Member

    To remove box shadows from images in the sidebar on the Pinboard theme, add the following to your Appearance > Customize > CSS editor:

    .widget {
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    To learn how to find the theme CSS for making changes like this, see http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Remove box shadows’ is closed to new replies.