I added the following CSS into my template’s style.css file to remove the slider title, and the background border.
div.wpss_slide h4 {display: none;}
div#wpss_slideshow_slug {background: #ffffff;}
Replace slug, and modify what you want the background border to be.
After hours of searching, and help from my buddy, we discovered that there’s a line of code in the index.php file located in the dir of the theme you are currently using.
I’m assuming you mean the part where it says “Posted in (category) | Edit | Comments disabled”