Hi
I worked out you need to change the ‘cs-style-1’ class to whichever of the 7 styles you prefer in line 66 of the kings-caption-hover/plugin-hook.php file.
$list = '<ul class="kings_grid cs-style-1">';
I wanted to use style 4 so I changed it to:
$list = '<ul class="kings_grid cs-style-4">';