background-color: $(post.background.color);
border: 1px solid $(post.border.color);
-moz-box-shadow: 0 0 $(shadow.spread) rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 0 $(shadow.spread) rgba(0, 0, 0, .2);
-goog-ms-box-shadow: 0 0 $(shadow.spread) rgba(0, 0, 0, .2);
box-shadow: 0 0 $(shadow.spread) rgba(0, 0, 0, .2);
By default, you will see rgba(0, 0, 0, .2) so now change it to 0 if you want to remove shadow or change to 1 if you just want to reduce it shadow.
Step how to change
- Log-in to your Blogger account.
- Go to Template tab
- Click Edit HTML
- Expand Widget Templates.
- Find the above code snippet (CTRL + F).
- Change all highlighted value (.2) to 0 or 1
- Click Save Template.
The post body shadow is now gone.
No comments:
Post a Comment