• Resolved Jes2000

    (@jes2000)


    Can you all consider making the size of captions smaller like most other themes? It’s a bit confusing to see body text and a caption of the same size. Usually captions are smaller and in italics.

Viewing 4 replies - 1 through 4 (of 4 total)
  • CypressWebs

    (@jmeyer2485)

    If you want I can help you reduce the size if you would like.

    Thread Starter Jes2000

    (@jes2000)

    How would you do it?

    CypressWebs

    (@jmeyer2485)

    In your Child Theme or CSS Editor Plugin try this code:

    .wp-caption-text {
      font-size: 80%;
      font-style: italic;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files under Appearance > Editor. Your edits will be deleted when the theme is updated.

    Thread Starter Jes2000

    (@jes2000)

    Thank you! This is much better.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Media Caption’ is closed to new replies.