You’re welcome Ken – happy to help!
I just figured it out. Its in the CSS. Go to the Stylesheet (style.css) and find this text:
#slider .entry-title {
display: none;
position:absolute;
top:32%;
right:0;
z-index:1;
float:right;
float:right;
margin:0;
font-family: “MS Sans-serif”, sans-serif;
font-size:36px;
line-height:1.62em;
}
Change display:none to say display:block and bam, there it is!