Title: Thin border/frame around image
Last modified: August 19, 2016

---

# Thin border/frame around image

 *  [rainer23](https://wordpress.org/support/users/rainer23/)
 * (@rainer23)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/thin-borderframe-around-image/)
 * I’m presently using a wordpress template which is so ok, only one thing is disturbing,
   it makes a 1px thin angled frame around pics on the frontpage (not within the
   posts).
 * When using pics with round corners it doesnt look so nice to have an angled frame
   surrounding every pic.
 * When trying to find this at style.css there are just too many entries that read
   like “border 1px”.
 * Trying to get this info from the forum of this particular template, I didnt get
   any answer for 2 weeks.
 * How to locate the command line for pic frames on the frontpage at style.css?
 * Thanks for any help.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Len](https://wordpress.org/support/users/lenk/)
 * (@lenk)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/thin-borderframe-around-image/#post-921953)
 * A link to theme in question would be nice so that we could look at the style 
   sheet for ourselves.
 *  Thread Starter [rainer23](https://wordpress.org/support/users/rainer23/)
 * (@rainer23)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/thin-borderframe-around-image/#post-921982)
 * [http://themesdemo.wpthemesplugin.com/](http://themesdemo.wpthemesplugin.com/)
   this demo shows the front page of _ikarus white theme_ and having a thin 1 px
   angled frame around the pics. When clicking on “read more” and you come inside
   of a topic the pics have no more such a frame. Only on the front page. Any idea?
   Thanks for any help!
 *  [Len](https://wordpress.org/support/users/lenk/)
 * (@lenk)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/thin-borderframe-around-image/#post-922186)
 * The only border around images used in posts that I could find is when images 
   use the new WordPress caption feature and you insert a caption. According to 
   the style sheet such captions use a border and a background colour.
 *     ```
       .wp-caption {
       	border: 1px solid #ddd;
       	text-align: center;
       	background-color: #f3f3f3;
       	padding-top: 4px;
       	margin: 10px;
       	-moz-border-radius: 3px;
       	-khtml-border-radius: 3px;
       	-webkit-border-radius: 3px;
       	border-radius: 3px;
       }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Thin border/frame around image’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [Len](https://wordpress.org/support/users/lenk/)
 * Last activity: [17 years, 5 months ago](https://wordpress.org/support/topic/thin-borderframe-around-image/#post-922186)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
