Very nice Slider.
How can i remove the 3 things you see on the Screenshot?
1. The Border arround the Slider
2 and 3. The Lines before and after the H1 Title
Anyone a tip for me?
EDIT:
Number one i have found:
Scroll down in vbcms_widget_cmsfcs_page template:
you see this:
Code:
<div class="cms_widget_content widget_content">
<div id="featured" class="cmsfcs_{vb:raw id}">
{vb:raw output}
</div>
change it to this:
Code:
<div id="featured" class="cmsfcs_{vb:raw id}">
{vb:raw output}