• Resolved jjjensen

    (@jjjensen)


    I’d like to reduce the font-size of the footer text. How would I target the footer text via CSS – is there a class?

    Thanks in advance,

    Jensen

    By the way: this is the single most useful PDF-creation-plugin I have came across so far – thanks a million for making this, dinamiko!

    https://wordpress.org/plugins/dk-pdf/

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

    (@dinamiko)

    Hi jjjensen, you’re welcome 🙂

    my idea is progressively adding more filters for adjusting that kind of things via functions.php in themes, but right now this is only possible doing a plugin template customization, more info here:
    http://wp.dinamiko.com/demos/dkpdf/doc/how-to-use-dk-pdf-templates-in-your-theme/
    In your case, once you have dkpdf-footer.php copied in your theme, you can add font-size to the main container for example:
    <div style="width:100%;float:left;padding-top:10px;font-size:10px;">

    Cheers.

    Thread Starter jjjensen

    (@jjjensen)

    This is working. Great, dinamiko, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to reduce font size of footer text’ is closed to new replies.