Need help? Check out our Support site, then


Remove background from captioned images in Twenty Eleven

  1. theopensuitcase
    Member

    I'd like to have the option of not having the polaroid type frame on captioned images in posts in Twenty Eleven. Can they be removed?

    The blog I need help with is theopensuitcase.wordpress.com.

  2. You will have to do it on an image by image basis then in the post editor in the HTML tab. You will add this

    background: none;

    to the opening div for the captioned image so that it looks similar to this

    <div class="wp-caption alignright" style="width: 250px; background: none;">

  3. theopensuitcase
    Member

    You are always so quick to respond - thank you so very much!

  4. You are welcome.

  5. theopensuitcase
    Member

    [caption id="" align="alignright" width="240"]<img src="http://farm8.staticflickr.com/7218/7236197272_c00097bf22_m.jpg" alt="Union Station Timetable" width="240" height="180" /> Every departure's on time?
    A traveler's dream.
    And highly unlikely.[/caption]
    This is the coding for the photo and caption in my post's html. i don't see code like you mention?

  6. Sorry, I fogot the caption stuff looks different in the editor than it does in the source code. Make the opening caption bit look like this:

    [caption id="" style="background: none;" align="alignright" width="240"]

  7. theopensuitcase
    Member

    Still won't work :(

  8. Something has changed with 2010 I think. I've used this before to get rid of backgrounds on captions. I can do it on all captioned images via CSS. If you want to do that, then add this to your custom CSS.

    .wp-caption {
    background:  none;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic