Sunday, September 16, 2012

How To: Change Border and Shadow from Blogger Dynamic View Images

Remove Border and Shadow from Blogger Dynamic View Images.

How to Remove, here's the simple instruction. I would to thanks Yogo for this hack.

Before you change the Blogger template please take a time to back up first.

The output of Dynamic view

If you're using the old Blogger interface: Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.

If you're using the new Blogger interface: Go to Dashboard ('House' symbol) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.

.entry-content img{
box-shadow: none !important;
padding: 0px !important;
border: 0px !important;
}
Share: