Home › Forums › Theme support › Featured Image Slide Type Caboom › Reply To: Featured Image Slide Type Caboom
Hi,
thank you for your post. Normally thats the Background for the text overlay (see our demo), but you can remove it with CSS Code. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content (textarea) and insert this:
#image_header .featured_image_caption span
{
background:none !important;
}