• Thanks for the great plugin, I’m wondering is it possible to change the pdf and print button size? Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author Michael Nelson

    (@mnelson4)

    Hi @waichun560, sorry for the delay.
    Your theme chooses the print buttons’ size and style. But if you’re handy with CSS, the selector you would want is .pmb-print-this-page .button.
    Eg

    
    .pmb-print-this-page .button{
        font-size:50%;
    }
    

    Beyond that, Print My Blog doesn’t currently have any options for changing the styling of those buttons.

    Does that answer your question @waichun560 ?

Viewing 1 replies (of 1 total)
  • The topic ‘Changing pdf/ print button size’ is closed to new replies.