Blog Design

Remove Gray Shadows (borders or frames) around pictures in Gadgets

So you post a picture in the gadget section and get that awesome grey (gray?) shadow around it. You hate it and want to get rid of it. Here’s how.

Go to: DESIGN
then EDIT HTML
click on “expand widget templates”

then hold down control on your keyboard and the letter “f”

type this into the search :
]]>   (you may just want to type in ]] and see if the rest of the code comes up)

right before that copy and paste this code:

.Profile img, .Image img {
padding: 2px;
background: #ffffff;
border: none;
-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
}

and you’re welcome

7 thoughts on “Remove Gray Shadows (borders or frames) around pictures in Gadgets

  1. THANK YOU I HAVE BEEN WORKING ON THIS FOR HOURS!!!!Now a follow up, how do I get rid of the little dots between newer post, home, and older post, just like on your blog?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s