Comments Morel started the conversationJanuary 21, 2021 at 2:57pmHello, currently on the interface used when an appointment is pending we see an orange circle. Is it possible to modify these icons by making them full, the coloured circles are difficult to distinguish for the visually impaired. 2,572Aleksandar repliedJanuary 22, 2021 at 12:39pmHello MorelYou would need to add it as custom CSS with Add Admin CSS plugin (for example). This is the code for pending: .am-appointment-status-symbol.pending:before, .am-employee-status-symbol.pending:before { background-color: #ffa700; } For Approved: .am-appointment-status-symbol.approved:before, .am-appointment-status-symbol.paid:before, .am-employee-status-symbol.approved:before, .am-employee-status-symbol.paid:before { background-color: #5fce19; } For Cancelled: .am-appointment-status-symbol.canceled:before, .am-employee-status-symbol.canceled:before { background-color: #ff1563; } And for Rejected: .am-appointment-status-symbol.rejected:before, .am-employee-status-symbol.rejected:before { background-color: #354052; } I hope that helps.Kind Regards, Aleksandar Vuković[email protected] Rate my support 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 TablesMorel repliedJanuary 22, 2021 at 3:38pmHello, thank you very much for your answer, everything works except the "on hold" button which does not seem to be impacted. 2,572Aleksandar repliedJanuary 23, 2021 at 9:35pmWhat do you mean, Morel, can you show me a screenshot of this button?Kind Regards, Aleksandar Vuković[email protected] Rate my support 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 TablesMorel repliedJanuary 23, 2021 at 9:37pmYeah sure 2,572Aleksandar repliedJanuary 25, 2021 at 3:09pmI don't understand why it's not working for you. That's the first line of code I provided: .am-appointment-status-symbol.pending:before, .am-employee-status-symbol.pending:before { background-color: #ffa700; }If it doesn't work, can you provide me a temporary wp-admin (administrator) user, so I can check this out? Remember this is a public ticket, so make sure to enable the PRIVATE response.Kind Regards, Aleksandar Vuković[email protected] Rate my support 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, currently on the interface used when an appointment is pending we see an orange circle.
Is it possible to modify these icons by making them full, the coloured circles are difficult to distinguish for the visually impaired.
Hello Morel
You would need to add it as custom CSS with Add Admin CSS plugin (for example). This is the code for pending:
For Approved:
For Cancelled:
And for Rejected:
I hope that helps.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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
Hello, thank you very much for your answer, everything works except the "on hold" button which does not seem to be impacted.
What do you mean, Morel, can you show me a screenshot of this button?
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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
Yeah sure
I don't understand why it's not working for you. That's the first line of code I provided:
If it doesn't work, can you provide me a temporary wp-admin (administrator) user, so I can check this out? Remember this is a public ticket, so make sure to enable the PRIVATE response.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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