Title: Automatic frames around post pictures
Last modified: August 21, 2016

---

# Automatic frames around post pictures

 *  [cathrinesch](https://wordpress.org/support/users/cathrinesch/)
 * (@cathrinesch)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/automatic-frames-around-post-pictures/)
 * Every time I have a new post, I am creating my own featured picture with a pink
   frame/boarder around it. Is there any way to change the code somewhere to have
   this done automatically? Meaning, can I choose the color of a frame around every
   featured picture?
    THanks!!
 * HollywoodStrippedBare.com

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

 *  [.](https://wordpress.org/support/users/techievous/)
 * (@techievous)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/automatic-frames-around-post-pictures/#post-5128399)
 * Yeah, using CSS:
 *     ```
       .post-thumbnail img {
            border: 2px solid #F8AFB8; /* border around thumb image */
       }
       ```
   
 * The #px defines teh thickness of your border.
    The next value can be any of these:
   solid, dotted, dashed, double, groove, ridge, inset, outset. The final value 
   is the color. You can use [colorpicker](http://www.colorpicker.com/) to grab 
   the color code.
 *  Thread Starter [cathrinesch](https://wordpress.org/support/users/cathrinesch/)
 * (@cathrinesch)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/automatic-frames-around-post-pictures/#post-5128562)
 * Oh wonderful thank you! I will try it on my new post later this day!! Thank you
   so much!!

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

The topic ‘Automatic frames around post pictures’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sugar-and-spice/1.3.2/screenshot.
   png)
 * Sugar and Spice
 * [Support Threads](https://wordpress.org/support/theme/sugar-and-spice/)
 * [Active Topics](https://wordpress.org/support/theme/sugar-and-spice/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sugar-and-spice/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sugar-and-spice/reviews/)

## Tags

 * [featured picture](https://wordpress.org/support/topic-tag/featured-picture/)
 * [frame](https://wordpress.org/support/topic-tag/frame/)

 * 2 replies
 * 2 participants
 * Last reply from: [cathrinesch](https://wordpress.org/support/users/cathrinesch/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/automatic-frames-around-post-pictures/#post-5128562)
 * Status: not resolved