• UU

    (@urbanumbrella)


    How can I customize the font weight / font background colour / and make the font caps?

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

    (@yingling017)

    You can target the .rt-reading-time class with CSS in the Additional CSS panel of the Customizer. To get to the customizer go to Appearance > Customize from your WordPress dashboard.

    This should do what you’re looking to change.

    .rt-reading-time {
        font-weight: bold;
        color: #212121;
        background-color: #f4f4f4;
        text-transform: uppercase;
    }

    You can change the values out with whatever you’re going for.

Viewing 1 replies (of 1 total)
  • The topic ‘Customize Font / Background’ is closed to new replies.