• Resolved SplashMedia

    (@keith679)


    is there a way to hide the word “invoice” (top Right) on the invoice with a snippet?

    As its self explanatory its an invoice when its worded all over its page, as in invoice number, invoice due date etc. client thinks its just too busy.

    TIA ??

    Oh! and also remove the word “Invoice items”. too?

    • This topic was modified 1 year, 11 months ago by SplashMedia.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Brian Mutende

    (@picocodes)

    Add the following CSS code to GetPaid > Settings > Misc > Custom CSS.

    .getpaid-invoice-details-top .col-12.col-sm-6.text-sm-right {
        display: none;
    }
    
    .getpaid-invoice-details+h2.mt-5.mb-1.h4 {
        display: none;
    }
    Thread Starter SplashMedia

    (@keith679)

    Perfect!

    Thank you it works a treat can the sam bee done for PDF invoice as I have that too?

    Plugin Contributor Brian Mutende

    (@picocodes)

    Hi, please open a ticket here if you need help with our paid addons. We’re not allowed to support our paid addons via the wp.org forums.

    Thread Starter SplashMedia

    (@keith679)

    Done !

    Thanks again ??

    Thread Starter SplashMedia

    (@keith679)

    I don’t think GetPaid ticket system is working as ive sent a ticket about the above a day ago and another prior to that, probably 2 days prior. it pops up I will get a comfirmation email with minutes but nothing ever arrives??

    • This reply was modified 1 year, 11 months ago by SplashMedia.
    Plugin Author Stiofan

    (@stiofansisland)

    Hi,

    Please check your junk mail, we have replied to all your tickets. ??

    (you only get 1 confirmation email per 24 hours)

    Thanks,

    Stiofan

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove/Edit Invoice text’ is closed to new replies.