[Resolved] change size caption

Home Forums Support [Resolved] change size caption

Home Forums Support change size caption

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #806966
    casimiro

    Hi
    I’m unable to change caption size on caption image, I have this code in additional CSS but it does not work, what works is the text centered.

    .wp-caption
    .wp-caption-text {
      text-align: center;
    	font-size: 18px;
    	font-weight:bold;
    }

    Thanks
    P.D.
    ahhh the bold function does not work either

    #806987
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

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

    Make sure to clear your caching plugin as well.

    Let me know ๐Ÿ™‚

    #807199
    casimiro

    That’s right now.
    Thanks

    #807511
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.