Making the Change
Open the blog in Design->Edit HTML view, hit Ctrl+F to search for .content-outer to find the below style:
.content-outer {Delete the four box-shadow lines, then preview your changes. Poof the shadow along the sides of your blog content are gone. Save the template and you're done. Short, sweet and simple.
-moz-box-shadow: 0 0 40px rgba(0, 0, 0, .15);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
-goog-ms-box-shadow: 0 0 10px #333333;
box-shadow: 0 0 40px rgba(0, 0, 0, .15);
margin-bottom: 1px;
}
8 comments :
just what i was looking for! thanks!
THANK YOU!! Great tip!! Shadow is gone.
Thanks for the help!
Thank you so much. I hate those gradients. Be gone pest!
thank you for this collection of templates.
Bloggerjin
Thank you soooooo much! Worked like a charm!
Thank you so much....yea! The shadows are gone.
Thank you!
I also found this CSS plug in, if you want a short cut version
.Header h1 { text-shadow: none; } .post-body img, .post-body .tr-caption-container, .Profile img, .Image img, .BlogList .item-thumbnail img { -webkit-box-shadow: none; box-shadow: none; } .content-outer { -webkit-box-shadow: none; box-shadow: none; }
Post a Comment