still showing shadows and border around my pictures after I have used css codes.
-
I have remove the shadows and border around the pictures. But on my blog http://www.nordicperspective.com, it still show the shadows and border around my header picture, about nordic perspective picture and “Follow NP on bloglovin” picture.
I’m using twenty twelve theme and this is the code I have been using:
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
img.wp-post-image {
border-radius:0;
box-shadow:0 0 0 rgba(0,0,0,0);
}.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
border-bottom:0;
border-top:0;
}
#colophon {
border: 0;
}.site-content article {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
What are i’m doing wrong?The blog I need help with is: (visible only to logged in users)
-
Can you try using ‘box-shadow:0 0 0 0;’ in your first code snippet instead of ‘box-shadow:0 0 0 rgba(0,0,0,0);’? That worked for me in testing.
Let me know if that looks right. :)
-
-
- The topic ‘still showing shadows and border around my pictures after I have used css codes.’ is closed to new replies.