We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

Okay
  Public Ticket #2870443
Custom Button
Closed

Comments

  • Viktor started the conversation

    Hello,


    is there any way to change the colors of the buttons separatly? 

    It seems that the background color, of the button is the same as the text. 

    See Attachment


    Thank you very much,

    Viktor

  • [deleted] replied

    Hi, Viktor,

    Thank you for choosing Amelia.

    We can try to fix the issue with custom CSS.

    Could you please provide us with a link to the booking page and also please specify which elements should be changed and how.

    Looking forward to hearing from you. 

  •   Viktor replied privately
  • [deleted] replied

    Hello Viktor, 

    Apologies for replying a bit later. Thank you for the access , please try adding this custom CSS to change the colors of the buttons: 

    #am-back-button {
    background-color: #ffffff;
    color: #1d3140}
    #am-continue-button {
    background-color: #fa8334;
    color: #1d3140}

    If you don't have an option to add custom CSS, just add it to the page directly where you have Amelia, as HTML with adding the <style> tags :

    <style> 
    #am-back-button {
    background-color: #ffffff;
    color: #1d3140}
    #am-continue-button {
    background-color: #fa8334;
    color: #1d3140}
    </style>

    Hope this helps!

  • Viktor replied

    Hello Marija,


    thank you very much. I added the css to the widget. The Background color changes, but the text color is not. Any Idea what else could help?

    Thank you very much,

    Viktor

  • [deleted] replied

    Hello Viktor, 

    You are welcome. Please try adding this CSS for the text color:

    #am-continue-button > span > font > font {color: #1d3140 !important;}
    #am-back-button > span > font > font {color: #1d3140 !important;}

    and let me know if it helped.

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