hide "add:" & "Paid" on invoice

This topic contains 10 replies, has 3 voices, and was last updated by  Guust 5 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #2536

    Martin Steimann
    Free User
    Post count: 262

    Hello,

    1. I would like to hide the word „add:“ from an invoice, because it has nothing to do with the listing title of a GD user listing.

    2. I would like to hide the diagonal overlay „Paid“ – („Bezahlt“ in my case) – as well.

    Could this be done via CSS?

    #2538

    Alex Rollin
    Moderator
    Post count: 27815

    Please share a link to the page and credentials so we can view a specific example invoice to see if we can help with CSS

    #2539

    Guust
    Moderator
    Post count: 29970

    You can do that with the Pricing Manager language file, see image:

    #2541

    Martin Steimann
    Free User
    Post count: 262

    Thanks Guust, and how about the diagonal overlay?

    #2542

    Guust
    Moderator
    Post count: 29970

    Try adding this CSS:

    
    
    .watermark.no-print {
        display: none !important;
    }

    Thanks

    #2543

    Martin Steimann
    Free User
    Post count: 262

    I’ve added your script to the child theme with no luck. Probably the wrong location?

    #2544

    Guust
    Moderator
    Post count: 29970

    We can’t really say without getting your URL and WP admin details in a private reply.

    #2550

    Martin Steimann
    Free User
    Post count: 262
    This reply has been marked as private.
    #2553

    Guust
    Moderator
    Post count: 29970

    The invoices themselves do not use any of your theme’s CSS.
    You need to add it to Invoicing > Settings > Misc tab > Custom CSS.
    Should have thought of that earlier 🙂

    #2555

    Martin Steimann
    Free User
    Post count: 262

    Excellent support, you’ve solved it! Thank you.

    #2556

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

Viewing 11 posts - 1 through 11 (of 11 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket