Comments 4Cara started the conversationDecember 30, 2025 at 5:43amHello,Is it possible to hide the cost for an extra if it's free?Attached files: Screenshot 2024-12-29 234838.png 1,636Uroš repliedDecember 30, 2025 at 12:29pmHello Cara, To hide the extra options when the value is $0.00, you can use the following custom CSS code: .amelia-v2-booking #amelia-container .am-fs__extras-card__header-right .card-text:contains('$0.00') { display: none !important; } This will hide the extra options card when the value is $0.00. Make sure to add this to your custom CSS section in WordPress. Let me know if you need any further assistance! Kind Regards, Uros Jovanovic[email protected] Rate my supportTry our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/ 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,
Is it possible to hide the cost for an extra if it's free?
Attached files: Screenshot 2024-12-29 234838.png
Hello Cara,
To hide the extra options when the value is $0.00, you can use the following custom CSS code:
This will hide the extra options card when the value is $0.00. Make sure to add this to your custom CSS section in WordPress.
Let me know if you need any further assistance!
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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