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
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.