Denim Column

About The Author

My photo
Alabama, United States
Educator and Lifelong Learner, Asst Principal at @cmslions, #NBCT, #EdD from @ucumberlands, @Google Educator Lvl 1 & 2, Google for Education Certified Trainer
Showing posts with label shadow. Show all posts
Showing posts with label shadow. Show all posts

Saturday, January 21, 2012

Remove Shadows Around Blogger Pictures

Do you notice that gray shadow around images that you post on your blog? Do you find them as annoying as I do? I found a simple remedy for removing those shadows thanks to Southern Speakers.


1)Go to Dashboard>Template Designer>Advanced>Add CSS


2)Copy and paste the following code into the big, blank box. Be sure to click enter at the end of the code.

.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
  padding: none !important;
  border: none !important;
  background: none !important;
  -moz-box-shadow: 0px 0px 0px transparent !important;
  -webkit-box-shadow: 0px 0px 0px transparent !important;
  box-shadow: 0px 0px 0px transparent !important;
}

3)Click Apply to Blog


You now have a nice, crisp blog with no shadows around your images.


~Cara
Pin It