Hello John,
Avatar is only in the Js-Marketplace template and can be hidden from the code only.
To do this go to
templates/js-marketplace/html/mod_sellacious_stores/carousel.php line no. 53
Replace the code from line no. 53 to 56 to the below one.
<!--<div class="avatar-seller">
<span class="avatar-img bgrollover" style="background-image: url(/<?php echo ($avatar); ?>
"
data-rollover="<?php // echo htmlspecialchars(json_encode($avatar)); ?>"></span>
</div>-->
I hope this helps.
Thank You