Foro de WP Car Rental

Forum Navigation
Please to create posts and topics.

Hiding booking data text

Hello,

Is this possible to hide pickup-return fees from booking pages only in frontend?

Hello Yiorgos,

Not out of the box. Simpler way for this would be with CSS, for example:

.booking-data-group:not(:first-child) .booking-data-group-item:last-child { display: none; }

Regards.

It was not working initially.
So i added an !important rule at the end so work is done. Thank you!

.booking-data-group:not(:first-child) .booking-data-group-item:last-child { display: none!important; }

WP Car Rental has reacted to this post.
WP Car Rental