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!