There isn't an option for changing that in Amelia, but it can be hidden with adding custom CSS, or you can try adding another icon to location wp-content/plugins/ameliabooking/public/img instead of the one there is now, it would need to be with the same size, format and name as the one available now. Please note that this change would be deleted when you update Amelia, so you would need to apply it after each update of the plugin.
If you have any further questions or concerns feel free to ask,
How can I remove or change the trophy icon on the Contratulations screen after a sucessfull appointment?
I'm configuring an appointments system for a very serious business and looks too childish. Thanks.
Hello Fernando,
There isn't an option for changing that in Amelia, but it can be hidden with adding custom CSS, or you can try adding another icon to location wp-content/plugins/ameliabooking/public/img instead of the one there is now, it would need to be with the same size, format and name as the one available now. Please note that this change would be deleted when you update Amelia, so you would need to apply it after each update of the plugin.
If you have any further questions or concerns feel free to ask,
Can you pass me the custom css or tell me the name of the clases involved? I don't want to loss the new icon if I repace it. Thanks.
You can try adding this format HTML to the page where you have your Amelia booking form in order to hide the element with the Trophy:
<style>
.am-svg-wrapper {display:none !important}
</style>
let me know if this helped.
Works fine thanks!!
Glad to see that. You are welcome, Fernando.
If you have any other questions or concerns feel free to open a new ticket and we will gladly help.