Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Baden

    (@baden03)

    Sadly this is a build in feature of only our pro verison Print-Pro-Matic. However, with a little css magic you can override the default icon. Let’s say we want to replace the default printer icon.

    Step 1:
    upload your replacement icon.

    Step 2:
    add the following css under the Custom Style (not Custom Print Page Style) section of the Print-O-Matic options page under Dashboard > Settings > Print-O-Matic:

    .pom-default {
        background-image: url('location_of_your_icon.png') !important;
       width: 32px !important;  //change to your icon width
       height: 32px !important; //change to your icon height
    }

    Please do let us know if this works for you!

    Thread Starter luciap

    (@luciap)

    Hi Baden

    RE: being a feature of the Pro version – it’s understandable.

    RE: your code – It works perfectly. Many thanks for your help.

    Plugin Author Baden

    (@baden03)

    Huzzah!
    Issue marked as resolved. Please consider leaving a review of the plugin or its support… sharing makes the world… well.. smarter, I guess. Well, at least more friendly. And can’t we all use a bit more of that these days?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Customise print icon’ is closed to new replies.