• Hi I’m working on putting up a site for a friend. When I input images into the posts it has a grey ‘space’ behind it and because of this you can’t read the caption text. Is there a way to remove this? If so can someone help me out? You can view what I’m talking about here… Voice of baltimore test site

Viewing 3 replies - 1 through 3 (of 3 total)
  • did you solve it? i dont see any grey space behind your image

    Thread Starter digitalapples

    (@digitalapples)

    No I took the caption away I can add it back so you can see what I’m talking about.

    Find this in style.css

    .wp-caption {
         background-color: #F3F3F3;
         border-radius: 3px 3px 3px 3px;
         border: 1px solid #DDDDDD;
         margin: 10px;
         padding-top: 4px;
         text-align: center;
    }

    You can change the background color, font color and border characteristics from there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Grey holder around image?’ is closed to new replies.