[Resolved] Captions font size

Home Forums Support [Resolved] Captions font size

Home Forums Support Captions font size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #176114
    Ornulf Hjort-Sorensen

    Anyone know how I can adjust my captions font and size?
    Got a script for CSS from Tom in order to set captions on white background under photos, but can’t see anything there.
    Site: http://www.sinnamagasinet.no

    #176192
    Tom
    Lead Developer
    Lead Developer

    You can adjust the caption text with this CSS:

    .wp-caption-text {
        font-size: 20px;
    }

    The only page I see a caption on is this one: http://www.sinnamagasinet.no/2016/02/her-skjer-det-noe-snart/

    #176232
    Ornulf Hjort-Sorensen

    Thanks ๐Ÿ™‚
    – and if I would make the font italic?

    #176367
    Tom
    Lead Developer
    Lead Developer

    You could do this:

    .wp-caption-text {
        font-size: 20px;
        font-style: italic;
    }
    #176398
    Ornulf Hjort-Sorensen

    Beginning to grasp it.
    Thanks again!

    #176399
    Tom
    Lead Developer
    Lead Developer

    No problem ๐Ÿ™‚

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