Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #255962
    Mireille
    Participant

    Hello,
    I am using the theme Catch Evolution Pro.
    I would like to be able to change the font size of the image captions.
    I tried to add the following CSS code, without success:

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

    Thanks for your help!
    Miryl
    http://www.mirylart.ch

    #255998
    Skandha
    Participant

    @miryl: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-block-image figcaption {
        font-size: 12px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #256020
    Mireille
    Participant

    Hello Skandha,
    Thank you very much for your help. I added the code to center the captions, and it’s all good now.

    .wp-block-image figcaption {
    font-size: 12px;
    text-align:center;
    }

    Best regards
    Miryl

    #256044
    Skandha
    Participant

    @miryl: Glad I was able to help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Unable to change font size of the image captions’ is closed to new replies.