ashraf1
Hi,
By default, if you haven't set a subtitle for the masthead module, it will fallback to the menu meta description or the site description from the global configuration. To avoid this, I recommend adding a simple description to the JA Masthead configuration.
However, if you still don't want to display the subtitle, you can use the following CSS:
.ja-masthead-description {
display: none;
}
Regards