This topic contains 1 reply, has 2 voices, and was last updated by 7Theme Support 5 years ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Home › Forums › Theme support › Featured Image Caption Block
Tagged: featured image
This topic contains 1 reply, has 2 voices, and was last updated by 7Theme Support 5 years ago.
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.
You must be logged in to reply to this topic.