Home Forums Theme support Newhome Navigation Menu & Logo Reply To: Newhome Navigation Menu & Logo

If you want, you can remove it only for specific pages. For example: if you want to remove the caption only on the page with the id 34, then you can use this code:

body.page-id-34 #image_header .featured_image_description, body.page-id-34 #image_header .featured_image_caption {
display:none !important;
}