Home Forums Theme support Faircar theme – is it possible to edit pickup date section? Reply To: Faircar theme – is it possible to edit pickup date section?

1. You dont have to replace the content for “msgid”, please add the translation in “msgstr”, then it should work.

2. Hm, I’m not sure if you can remove it, because the price calculation is a core function of the plugin.
You can try to hide it with css. Please add this code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

.single_car_price {
display:none !important;
}