• Resolved NicholeMS

    (@nicholems)


    I would like to put a line break so it’s not sitting on top of the text and make it bold so it stands out. Can you tell me how to edit? I’ve tried a few different things so far with no results.

    Thanks!

    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)

    If you have access to edit the theme’s style.css you can add a CSS rule for the .rt-reading-time class. If you’re using a theme that will need updates I’d recommend a child theme otherwise your edit could get overwritten by an update.

    Alternatively you can drop the rule in the Additional CSS panel on the Customizer by going to Appearance > Customize from your dashboard.

    Here’s a CSS rule that should bold it and add some margin beneath the text.

    .rt-reading-time {
        font-weight: bold;
        margin-bottom: 1em;
    }

    That works when inserting Reading Time before content, but it dows not work before excerpt, because there it has no class associated. Can you correct this?
    Sofia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add space’ is closed to new replies.