How to remove all image borders?
-
I use the theme ‘Twenty Twelve’ and want to remove the image borders of all the images. I googled a lot and already put the following code in all the CSS files, but that didn’t work.
backticks
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
border-radius: none !important;
box-shadow: none !important;
}
backticks
Is there somebody who has the answer for me?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to remove all image borders?’ is closed to new replies.