Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    I think you should create custom template for invoice page and style it. Because it is impossible to make default invoice page look good in any theme.

    We actually support default themes.

    Dealing with the same issue I had to add the following to my css.

    #online_payment_form_wrapper br {
    	display: none;
    }

    I suggest using a child theme instead of editing your template files directly.

    Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    I suggest using a child theme instead of editing your template files directly.

    that is what I am talking about. Custom template should be placed in theme folder prevent overwriting every plugin upgrade.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Invoice page Style’ is closed to new replies.