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
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.