Home Forums Theme support Featured Image Caption Block

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • I would like to remove the default dark gray block on featured images for pages. I don’t want a caption or description to appear; image fields for caption and description are blank, but it still shows a dark gray block on the bottom left of the image. I’m using Flapp theme.

    Hi,

    please add this CSS code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    #image_header .featured_image_description span {
       background:none !important;
    }

    This will remove the background for the caption.

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

You must be logged in to reply to this topic.