Plugin Author
Baden
(@baden03)
add the following css under Dashboard > Settings > Print-O-Matic > Custom CSS:
.fusion-slider-loading{
display: none;
}
That fixed it – thanks so much!
I have one more question – which may not be within your plugin, but the borders around the boxes on the form are printing very, very lightly. Is there css code I can target specifically to darken the borders when they print? They are fine on the screen. Thanks.
Plugin Author
Baden
(@baden03)
The css being used on your print page is coming from your theme. The specific definition that is controlling the input field borders is:
input {
border-width: 2px;
}
You can override this using the Custom Print Page CSS section under:
Dashboard > Settings > Print-O-Maitc.
For example:
input {
border-width: 4px !important;
}
issue marked as resolved.
Plugin Author
Baden
(@baden03)
if you are happy with the plugin, or it’s support, please consider leaving a review.