Home › Forums › Theme support › Removing Yooco Allslider 'button' › Reply To: Removing Yooco Allslider 'button'
Ok, saw the problem. Please add this in WP admin -> Appearance -> Theme Options -> General -> Extra CSS:
body.loaded #image_header .featured_image_description, body.loaded #image_header .featured_image_caption {
display: none !important;
}
This will remove it.