Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #310518
    nerdrave87
    Participant

    All the captions to my images have Every Single Word Capitalized. Is there a way I can change that? CSS-sensei, I beg of you!

    #310523
    tikaram
    Keymaster

    @nerdrave87 : Can you please post in your site URL?

    Regards,
    Tikaram

    #310527
    Sakin
    Keymaster

    @nerdrave87: Yes, you can remove that capitalize from CSS by adding the following CSS in the “Appearance => Customize => Additional CSS” box:

    blockquote.wp-block-quote cite,
    .wp-block-pullquote cite,
    [class^="wp-block-"]:not(.wp-block-gallery) figcaption,
    figure.wp-block-table figcaption {
     text-transform: none;
    }

    Regards,
    Sakin

    #310528
    nerdrave87
    Participant

    Thanks once again. Can you delete my post with my blog URL? Just for privacy reasons. 😀

    #310621
    Sakin
    Keymaster

    @nerdrave87: Your blog URL has been deleted. Glad to hear that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/costello/reviews/#new-post. Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Regards,
    Sakin

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Image captions are all Capitalized Like This’ is closed to new replies.