Hi,
– You replace this code from <joomla url>pluginssystemjat3base-themesdefaultblocksspotlight.php file
<div class="ja-box column ja-box<?php echo $botsl[$pos]['class']; ?>" style="width: <?php echo $botsl[$pos]['width']; ?>;">
with
<div class="ja-box column ja-box<?php echo $botsl[$pos]['class']." ".$pos; ?>" style="width: <?php echo $botsl[$pos]['width']; ?>;">
– You add this code into <joomla url>templatesja_socialcsstemplate.css file
.user6
{
background:red;
}
.user7
{
background:red;
}
.user8
{
background:red;
}
.user9
{
background:red;
}
.user10
{
background:red;
}