Okay
  Public Ticket #2320933
Event Customization
Closed

Comments

  •  1
    Dan Reuben started the conversation

    Hello, I am trying to set up my Amelia booking plugin and I ran into two things I was wondering if I could get help with. 

    1. I would like to hide the capacity of my events from the front end.

    2. I am trying to customize the events colors and fonts but such customization is only available for the booking part and not the events. I want to put a box around the card number so that it is easier to see and does not blend in with the background. I also want to change the font color of the card number area to black. Is there any way to increase the size of those fields within the Payment process?  If not, is there any chance you could implement it in a update?

    Thank you

  • [deleted] replied

    Hello Dan Reuben, 

    Thank you for your purchase and apologies for replying late, we are not working on weekends. 

    1. Please try adding this custom HTML to the page where you have Amelia events shortcode: 

    <style> div.am-event-data > div.am-event-info > div:nth-child(2) {display: none !important;}</style>

    If you have locations please try with this one: 

    <style> div.am-event-data > div.am-event-info > div:nth-child(2) > div:nth-child(1) {display: none !important;} </style>



    2. Some customization can be done with adding custom CSS to the page where you have your Amelia events shortcode. Could you please send me a screenshot of which parts you want to change and how so I can check it out and tell you whether it is possible or not.

    The fields for the Payment process can't be changed, unfortunately. I will add your feature request to our list so it can be considered for implementation in the future. 

  •  1
    Dan Reuben replied

    Hello Marija, thank you for your response, I have attached an image of the part that I want to change. Is it possible to put a background box and border around the fields?(similar to the other fields used in the form) My website is https://www.aci-usa.org/ if you need to take a closer look.

  • [deleted] replied

    Hello Dan Reuben, 

    You are welcome.

    Thank you for the screenshot, these are Stripe fields. Unfortunately, as I said in my previous answer, these fields can't be changed with adding custom CSS. I will add this as a feature request to our list so it can be considered for implementation in the future. 

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