As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2604509
Hide Succes graphic
Closed

Comments

  •  1
    JULIEN BROUSSE started the conversation

    Hi

    my client ask me to hide the success pict at the end of the booking process.
    I saw an other post where you explain hide to bypass the success page but i don't want to bypass it i just want to hide OR change the TROPHEE SUCCESS pict.

    Regards

  • [deleted] replied

    Hi Julien, 

    You can try changing the Trophy image in ../wp-content/plugins/ameliabooking/public/img folder. The file name is trophy.svg.

    Please note that when you replace it, the new image also needs to be .svg, and you have to name it "trophy.svg" in order for it to work.

    Or , if this doesn't work for you, you can hide it on the front-end with adding custom CSS, try adding this format HTML to the page where you have the Amelia shortcode to hide it: 

    <style>
    #trophy-2 {display:none !important;}
    </style>



    If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.

  •  1
    JULIEN BROUSSE replied

    PERFECT!