Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #83895

    I have small images in-line with my post text. The font size of the captions beneath those images seems to be the same as the post text size. I want it a bit smaller.

    Can’t see where to adjust this in style.css. Is it on another page?

    Or must I add supplemental code for [caption] size?

    #83925
    Mahesh
    Participant

    Hi @americaontwowheels,

    You do not have to touch the theme’s code for this. It can be done with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    .wp-caption-text {
        font-size: 12px;
    }

    Regards,
    Mahesh

    #84011

    Thank you very much, Mahesh. I appreciate it.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Modify font size of image captions?’ is closed to new replies.