remove image widget border
-
I am trying to remove a white border from a png image widget. Help? I just want the png with no border!
The blog I need help with is: (visible only to logged in users)
-
To remove the background color, border, and box shadow from all images in the sidebar in the Fruit Shake theme, try adding this to your Appearance → Custom Design → CSS page:
#secondary img { background: none; border: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
- The topic ‘remove image widget border’ is closed to new replies.