- Adjust the word ‘Basic’ to match the text within your particular Listing Package.
- Adjust the word ‘Free’ to reflect the text you would like to see in the corresponding button.
// CHANGE PACKAGE SELECTION BUTTON TEXT
jQuery(document).ready(function($) {
$('.c27-packages .pricing-item .plan-name:contains("Basic")').siblings('.select-package').find('a').html('Free ')
});