Comments James Poindexter started the conversationJune 18, 2023 at 6:36pmHello,I need to remove the text and link to the Customer Panel on the congrats screen. I need the customer to click "Finish" and be directed to the Thank You page. How can I remove this? See screenshot.Thank you. JamesAttached files: Screenshot_1.png 1,579Uroš repliedJune 19, 2023 at 7:55amHello James,Thank you for reaching out to us.Please use the following CSS and let me know if that works for you: #amelia-container > div.am-fs__main.am-fs__main-mobile > div > div.am-fs__main-footer.am-fs__main-footer-cp > button.am-button.am-button--text.am-button--default.am-button--secondary{ display: none !important;}Looking forward to your reply.Kind Regards, Uros Jovanovic[email protected] Rate my supportTry our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/ wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail TablesJames Poindexter repliedJune 19, 2023 at 2:34pmThank you for the quick reply. Unfortunately, this didn't work. I've tried a few options trying to remove the button with CSS but have had no luck. James Poindexter repliedJune 19, 2023 at 3:14pmUros,Thank you again for your quick response. Your reply gave me some good direction. This is what worked for me..amelia-v2-booking #amelia-container .am-button.am-button--text { display: none !important;} .amelia-v2-booking #amelia-container .am-fs__main-footer-cp { display: flex; justify-content: flex-end !important;} 1,579Uroš repliedJune 20, 2023 at 8:43amHello James, Glad to hear that you found the solution to this. Please let me know if you have any other questions.Kind Regards, Uros Jovanovic[email protected] Rate my supportTry our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/ wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Hello,
I need to remove the text and link to the Customer Panel on the congrats screen. I need the customer to click "Finish" and be directed to the Thank You page. How can I remove this? See screenshot.
Thank you.
James
Attached files: Screenshot_1.png
Hello James,
Thank you for reaching out to us.
Please use the following CSS and let me know if that works for you:
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thank you for the quick reply.
Unfortunately, this didn't work. I've tried a few options trying to remove the button with CSS but have had no luck.
Uros,
Thank you again for your quick response. Your reply gave me some good direction. This is what worked for me.
.amelia-v2-booking #amelia-container .am-button.am-button--text {
display: none !important;
}
.amelia-v2-booking #amelia-container .am-fs__main-footer-cp {
display: flex;
justify-content: flex-end !important;
}
Hello James,
Glad to hear that you found the solution to this.
Please let me know if you have any other questions.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables