Site logo

[Resolved] Text under Video

Home Forums Support [Resolved] Text under Video

Home Forums Support Text under Video

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1741437
    Lee

    Hey guys, can you please tell me how I can change the text underneath my video so that it looks like the text underneath an image? Smaller.

    The page provided shows an image and a video. Under the video, the text just appears normal. I’d like it to appear the same way that it does underneath the image.

    Many thanks,

    Lee.

    #1741508
    David
    Staff
    Customer Support

    Hi there,

    can you check and confirm the URL you provided as i am getting a 404 not found response.

    #1745751
    Lee

    Hey David,

    Thanks for the response.

    Try this one.

    You should notice that the text under the video is displayed as standard text on the page. I’d just like it to appear smaller, like it down under the image. Strangely, when I type under the video in edit mode, the text appears small, but then appears big when I view the page saved.

    Many thanks,

    #1746246
    Ying
    Staff
    Customer Support

    Hi Lee,

    Try this CSS:

    .wp-block-embed figcaption {
        font-size: 15px;
    }

    Let me know 🙂

    #1748996
    Lee

    That works great. Thank you.

    #1749794
    Ying
    Staff
    Customer Support

    You are welcome 🙂

    #1752858
    Lee

    Hello again,

    Can I just ask how I can also centralise this same text?

    Many thanks again,

    #1752920
    David
    Staff
    Customer Support

    Hi there,

    try updating the CSS to:

    .wp-block-embed figcaption {
        font-size: 15px;
        text-align: center;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.