Hello,
It seems your site template adds custom styles for the slider. See the following CSS rule in <joomla_directory>/templates/joomlage0100-one/css/nexus.css file:
Code: |
.nivo-controlNav a {
background: url("../images/slide-bullet.png") no-repeat scroll 0 0 transparent !important;
border: 0 none;
display: block;
float: left;
height: 30px;
margin-right: 3px;
text-indent: -9999px;
width: 30px;
}
|
It uses the same image for all buttons. Active button has "active" CSS class which can be used to change image.
Regards,
ARI Soft