Hey can you tell me how to remove box shadows from the entry. Here is my code but it is still showing the default. Even if I completely delete these lines of code, it still shows. This is on the full width content page!
.entry {
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0px 0px rgba(0,0,0, .2);