Home Forums Theme support Featured Image Slide Type Caboom

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 10 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • I’m using a featured image for a couple of pages in the Caboom theme and there is a little black 50% transparent rectangle that floats in when the page loads. I don’t want that to appear. Is there away to remove it?

    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;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.