• 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)
  • .

    (@techievous)

    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 to grab the color code.

    Thread Starter cathrinesch

    (@cathrinesch)

    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.