• Resolved torontokev

    (@torontokev)


    Hey there!
    Loving the plug in, it’s super useful, we use it at our church during prayer times to cycle the prayer list of all the people and things people can focus on.

    However I’m getting a lot of feedback that they would like the BODY text BIGGER. I am using H1 and bold (from a POST) but still it’s not the easiest to read especially with our elderly memebers!

    Is there some additional CSS i can run to make H1 (or h2 or h3) bigger in the body?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Menno Luitjes

    (@mennolui)

    Hi there! Good to hear you are using Foyer ??

    I might increase the font-size of the post content field in a future Foyer update because I agree it is a bit to small.

    For now you can definitely add some CSS to increase font-size. For example:

    .foyer-slide .foyer-slide-field {
    font-size: 2.5rem;
    }

    How do you like the font-sizes of the post title and post date fields?

    Using HTML like <h1> and <b> in your post content won’t work by the way, this is stripped out when displayed on a slide, to keep things simple and predictable.

    Menno

    Thread Starter torontokev

    (@torontokev)

    Brilliant thanks Menno!

    The TITLES and DATES are fine. It’s just the POST CONTENT I get feedback on!

    Thread Starter torontokev

    (@torontokev)

    PS <h1> and <b> definitely *do* work but only when showing a blog POST.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bigger Body Text?’ is closed to new replies.