Home Forums Trusted How to remove the Green "badge" from the header picture Reply To: How to remove the Green "badge" from the header picture

#2012
Andy
Keymaster

It seems that the Yoast SEO plugin is automatically generating an excerpt from the page content when the excerpt is empty.

We shall look into this and see if we can update the theme to stop this from happening.

In the meantime, to hide the page/post excerpts in the header, add this CSS:

.main-excerpt{
display: none;
}