• Resolved brianstoiber

    (@brianstoiber)


    I am trying to adjust the font size for captions under images. I have done some research and it appears the following CSS should work however I am not seeing anything change. Any suggestions you could offer would be greatly appreaciated?

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

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Try

    p.wp-caption-text {
        font-size: 16px;
    }
    Thread Starter brianstoiber

    (@brianstoiber)

    Thank you for the reply but it did not adjust the size.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I see your change to 20px.

    Thread Starter brianstoiber

    (@brianstoiber)

    I went larger. I also tested 16px as well and with either size, the caption did not change.

    …Sorry, it did, my browser caching was causing the issue this time. Argh.

    Thank you for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adjusting caption font size’ is closed to new replies.