- 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
JavaScript
jQuery(document).ready(function ($) {
$('.c27-packages .pricing-item .plan-name:contains("Basic")')
.siblings(".select-package")
.find("a")
.html('Free <i class="mi arrow_forward">');
});