Comments Viktor started the conversationSeptember 12, 2021 at 6:53pmHello,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 AttachmentThank you very much,Viktor[deleted] repliedSeptember 14, 2021 at 8:49pmHi, 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] repliedSeptember 20, 2021 at 7:56amHello 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 repliedSeptember 21, 2021 at 6:06amHello 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] repliedSeptember 22, 2021 at 9:23amHello 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. Sign in to reply ...
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
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.
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:
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 :
Hope this helps!
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
Hello Viktor,
You are welcome. Please try adding this CSS for the text color:
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.