• Resolved AJ Don

    (@cultural-keys)


    Hey guys,

    Not sure if this is Theme or simply WordPress related, but I am wondering how to change the caption font size on my photos.

    ckmartialhearts.com

    As you can see, the current cap[tions are too small and different from my site’s style. What should I be looking for if I want to change the size and font to match the rest of my site?

    Cheers in advance!

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

    (@hannahritner)

    Hey,
    You can change with this css:

    .wp-caption-text {
      font-size: 14px;
      font-family: 'trebuchet ms', geneva;
    }

    Just paste that in your custom css box in theme options > advanced settings.

    Hannah

    Thread Starter AJ Don

    (@cultural-keys)

    Beautiful, as always. ??

    Thanks Hannah!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image caption font size and style’ is closed to new replies.