[Resolved] How can I change image caption text style?

Home Forums Support [Resolved] How can I change image caption text style?

Home Forums Support How can I change image caption text style?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1065699
    Alex

    Out of interest, apart from writing custom CSS which wouldn’t be easy to do, is there any way to create an image caption style that distinguishes image captions from regular paragraph text as it looks quite odd that all of the text just blends together?

    It doesn’t seem to be an option in the WordPress customizer πŸ™‚

    #1065736
    Leo
    Staff
    Customer Support
    #1065759
    Alex

    Hi Leo, thanks for the quick response. Great – that was how I did it before I saw this, I was just wondering if there was a better/built-in way to do so πŸ˜„

    Thanks,

    Alex

    #1065784
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1497492
    Matthew

    How can I simply adjust the caption left and make it a bold and larger font?

    Really appreciate any help.

    #1497498
    Leo
    Staff
    Customer Support

    It should be aligned left by default.

    Can you link me to the page in question?

    Feel free to open a new topic so you can use the private info field.

    Let me know πŸ™‚

    #1497514
    Matthew

    Hi Leo, thanks for getting back so quickly.

    Here is a page with captions, the site is under construction, but live for the moment.

    I’d like the caption to be aligned left and bolder.

    Thanks

    https://rideandwind.com/prep-your-bike-for-storage/

    #1497517
    Leo
    Staff
    Customer Support

    Try this CSS:

    .wp-block-image figcaption {
        text-align: left;
        font-weight: bold;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1497538
    Matthew

    Thanks Leo! That worked.

    #1497539
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How can I change image caption text style?’ is closed to new replies.