Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #412841

    When inserting an regular text box using the advanced layout editor, you can select by the drop down in the bottom the text size. But this parameters do not change the text size really. In this example, I selected “22px” for the “image caption” text area, but as you can see, the text appears very small: http://blog.aebli.org/wannaraessi-8-maerz-2014/ (text below the first image).

    #413149

    Hey aebli!

    For the captions try adding this to your custom CSS.

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

    Cheers!
    Elliott

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