go to ” wordpress\wp-content\themes\klasik\slider.php”
and wrap this portion of code into comments, Thats all.
$output .='<div class="camera_caption '. KLASIK_SLIDERTEXTEFFECT .'">';
$output .='<div class="slider-title-wrap">';
$output .='<div class="postcategory">'. get_the_category_list(' ') .'</div><div class="clear"></div>';
if($cf_slideurl!="" && !$cf_disablelink){
$output .='<div class="slider-title"><span><a href="'.$cf_slideurl.'">' . get_the_title() . '</a></span></div>';
}else{
$output .='<div class="slider-title"><span>' . get_the_title() . '</span></div>';
}
if($cf_subtitle!=""){
$output .='<div class="slider-subtitle "><span>' . $cf_subtitle . '</span></div>';
}
$output .='</div>';
if(get_the_content()!=""){
$output .='<div class="slider-desc"><span>';
$output .= get_the_excerpt();
$output .='</span></div>';
}
$output .= '<a href="'.$cf_slideurl.'" class="slider-button "><span>'.__( 'Read More', 'klasik' ).'</span></a>';
$output .='</div>';