• Resolved leogc

    (@leogc)


    Hi there, like this plug in, but i like to ask if and how it would be possible to change the font size to make it a bit smaller then the original Text of the Article. A hint would be very appriciated ??

    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)

    You can do that by adding CSS within your site. You’d want to add something like:

    .rt-reading-time {
    font-size: 0.75rem;
    }

    Where font-size can be your preferred size or unit. I like to use rem root-em which is based off the size of the root element. So let’s say your standard font-size is 16px on the root element of your site. This would be .75 of that or 12px. Its more flexible when users zoom in and out or increase font-sizes of their browser than setting it directly to 12px. Though you can do that too if you want.

    Thread Starter leogc

    (@leogc)

    That worked, perfect, thank you very much!

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