Dear Chris,
If you want remove title or text on your slideshow images, please open template.css(yoursite/templates/sj_joomla3/css/template.css) and find:
div.carousel-caption {
background: none repeat scroll 0 0 transparent;
height: 150px;
left: 100px;
padding: 0 10px 0 0;
right: auto;
top: 100px;
width: 60%;
}
=>
div.carousel-caption {
background: none;
height: 150px;
left: 100px;
padding: 0 10px 0 0;
right: auto;
top: 100px;
width: 60%;
display: none;
}
Thanks