Turbo Documentation
Welcome
Installation
Child ThemeRental/RnB Product
Theme Settings
Elementor WidgetsLegacy Support For v8.0.6 (Shortcodes)
Translation
MenuPage SettingsAdd-onsPerformanceCustomizationHow to completely remove the Seater Car text from the home page?How to remove Rating Filter from home page?How to remove the Pricing Info flip box?How to change the order of rental components on a single product page?How to remove Price from a single product page?FAQUpgradeSupport

Customization

How to completely remove the Seater Car text from the home page?

Please remove Seater Car text from,

wp-content/themes/turbo/redqframework/turbo-vc-addons/vc_templates/turbo_recent_products.php
wp-content/themes/turbo/redqframework/turbo-vc-addons/vc_templates/turbo_top_rated_prod

How to remove Rating Filter from home page?

Please remove the rating list block from,

wp-content/themes/turbo/redqframework/turbo-vc-addons/vc_templates/turbo_isotope_car_grid.php

RemoveRating.png

How to remove the Pricing Info flip box?

RemoveHooks.png

Please add this action hook on your theme functions.php

remove_action('rnb_before_add_to_cart_form', 'rnb_price_flip_box', 10);

How to change the order of rental components on a single product page?

SingleProductOrder.png

Please change the action hooks priority from,

wp-content/plugins/woocommerce-rental-and-booking/includes/rnb-template-hooks.php

HooksPriority.png

How to remove Price from a single product page?

RemovePriceLabel.png

Please remove h2 from these files,

wp-content/themes/turbo/woocommerce/content-single-rental-product-right.php wp-content/themes/turbo/woocommerce/content-single-rental-product-right.php

RemovePrice.png