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
exactly what I was looking for! thank so much 🙂
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?
Thank you so much for posting this…I have been searching for this for a long time! The code worked perfectly!
like magic. thank you!
ok, i think im doing something wrong. when i hit control f, nothing is happening. im scared im going to screw up my whole blog. help?
Worked Great Thanks!
Thank you–you have NO idea how frustrating this was for me!
That nasty border is finally gone!!!