• Resolved wenkbt

    (@wenkbt)


    Hi,
    When I set smaller font-size for image caption, the image caption showing on the page still very large. Is any other setting related?

    Best regards
    Wen

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi,

    Thank you for sharing the page link to review. I can see that you/your developer used a few custom CSS for the caption which overrides this slider image caption.

    Kindly use that CSS with a specific slider id/class. like this

    .yourshortcode-class .wpcp-all-captions h2, {
        font-family: 'Open Sans'!important;
        font-size: 19px!important;
        font-style: normal!important;
        font-weight: 300!important;
    }

    Let us know if you can do it or not.

    Thread Starter wenkbt

    (@wenkbt)

    Hi,
    Thanks. I found someone used google font plugin to set the .wpcp-all-captions font size and now I solved it with my shortcode class .wpcp-all-captions.

    By the way, why my first slide image size is different from the others since I have set my image size the same custom size.

    Best regards
    Wen

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @wenkbt,

    Much appreciate your effort.

    We have visited your site and found your first image size is different because this image size is lower than the crop size. The soft crop and hard crop property only work when it meets the size you have set. But in your case, it doesn’t because of this lower image size. So please use the original image, it will get the right ratio and crop properly.

    Hope you understand. Thanks.

    Thread Starter wenkbt

    (@wenkbt)

    Hi,
    I have fixed it, thanks a lot for your explanation and help!

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @wenkbt,

    Nice to hear that you have set it up properly. If you are happy with the plugin and support, please share your experience in the plugin review section.

    Have a great day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘cann’t change image caption font’ is closed to new replies.