• Resolved jayceezay

    (@jayceezay)


    This plugin is great in its simplicity for my use case. I use for my visitors to be able to quickly copy excerpts from my writings.

    Is there a way to increase the font size of the displayed text that will be copied? I’m not a developer but from what little I know, I’m presuming this can be done by CSS? If so, could you let me know what CSS snippet to add?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author sach3932

    (@sach3932)

    HI @jayceezay ,

    Thank you for your feedback can you please share your website or example so i can give you the css code snippet for you.

    Thanks,
    Sachin L

    Thread Starter jayceezay

    (@jayceezay)

    Thanks @sach3932 Please see the link for the screenshot describing what I’m hoping to achieve:

    https://prnt.sc/qd6n2t

    Thanks,

    Jay

    Plugin Author sach3932

    (@sach3932)

    Hi @jayceezay ,

    Can you please try the below css code and put it into style.css file which is available in themes folder.

    .PreCodeWrapper pre {
    font-size: 1.2em;
    }

    Thanks,
    Sachin L

    Thread Starter jayceezay

    (@jayceezay)

    Thanks @sach3932 !

    It worked 50%! ??

    It set me down on the correct path, though I had to do a little trial and error, and this one eventually worked:

    .PreCodeWrapper code {
        font-size: 1.2em;
    }

    Thanks again!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to increase font size of the displayed text to be copied?’ is closed to new replies.