Comments 1Adrian Gonzalez Escalante started the conversationApril 6, 2021 at 7:12amHi, right now I have this:Am only displaying dates, I was wondering if its possible to remove all css so it looks like plain text. (remove shadow, on hover animation, etc.) Here is a link to a page in case you need to see:https://learn-point.com/producto/aprendamos-a-leer-5/ 2,572Aleksandar repliedApril 6, 2021 at 7:54amHere you go, Adrian. .am-event-list .am-event:hover { background-color: white !important; } .am-event-list .am-event { box-shadow: none !important; } .am-event-list .am-event .am-event-data { cursor: auto !important; }If you wish to add a border around it, you can edit the second row, like this: .am-event-list .am-event { box-shadow: none !important; border: 1px solid lightgray; } 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 Tables1 Like Sign in to reply ...
Hi, right now I have this:
Here is a link to a page in case you need to see:
https://learn-point.com/producto/aprendamos-a-leer-5/
Here you go, Adrian.
If you wish to add a border around it, you can edit the second row, like this:
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