jQuery(function($){
var start = 11;
$('.start-11 .nectar-icon-list-item').each(function(i){
var num = start + i;
// Cover both old and new icon containers
var $icon = $(this).find('.nectar-icon-list-icon, .icon-default-style, .nectar-icon-list-number').first();
if ($icon.length) {
$icon.text(num);
}
});
});
Skip to main content
Get your FREE SME Startup Kit – everything you need to kickstart your journey: checklists, compliance guides, funding options, and business planning templates.