• Resolved Steve Biggs

    (@biggsytravels)


    Has something changed? Until the last update(?) I could add <B> and <P> to the ‘Reading time label:’, ‘Reading time postfix:’ and ‘Reading time postfix singular:’ fields so that my posts could look like this with a bold ‘Reading Time’: and a paragraph break after it.

    Reading Time: 5 minutes
    [empty line]
    You might have heard people talk about Peloton at your local gym?

    Now my posts look like this instead:
    Reading Time: 5 minutes
    You might have heard people talk about Peloton at your local gym?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jason Yingling

    (@yingling017)

    Hi Steve,

    There were changes to add better data sanitization. Those fields weren’t initially intended to have any HTML markup inserted. Styling is best done by targeting the CSS classes on the labels. You could do something like this for bolding the label.

    .rt-label:not(.rt-postfix) {
        font-weight: bold;
    }

    You could add that in the Appearance > Customize > Additional CSS menu of your WordPress site.

    I’ll work on an update that can allow for some basic HTML to be added to those fields too, but the above should work in the meantime and going forward.

    Plugin Author Jason Yingling

    (@yingling017)

    Hi Steve,

    Version 2.0.9 was released recently and allows a limited number of HTML elements to be added to labels.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Making text bold and adding paragraph break?’ is closed to new replies.