• Hello!
    I would like to reduce the font size of the image captions, to make them different from the rest of the text in the posts.

    I tried the CSS code below, but it didn’t work. How can I do it?

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

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

Viewing 1 replies (of 1 total)
  • Hi @rafael1338,

    Please add the following CSS code on your Dashboard >> Appearance >> Customize >> Additional CSS.

    .cm-featured-category-slider .cm-entry-title a {
    font-size: 14px;
    }

    .cm-highlighted-posts .cm-entry-title a {
    font-size: 12px;
    }

    You can change the font size values to 14 and 12px according to your needs.

    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Caption font Size’ is closed to new replies.