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;
}
How To: Change Border and Shadow from Blogger Dynamic View Images
on
loading..
Got Something to Add?
0
comments:
Post a Comment
Home
» Blogger Dynamic View
» Border
» How To
» How To: Change Border and Shadow from Blogger Dynamic View Images