• I really would like to remove the dash at the start of the photo caption, and make the type extend closer to the edges of the photo.
    How can I do this?
    Thanks.

Viewing 1 replies (of 1 total)
  • lisatann

    (@lisatann)

    Here’s how to get rid of the dash:

    .wp-caption .wp-caption-text:before {
    content: none;
    }

Viewing 1 replies (of 1 total)

The topic ‘Tweaking caption style’ is closed to new replies.