Yes I am using the Darklets theme, and I am trying to take off the Welcome to our Community site. Is there a way I can do it. Site right now is located at social.kdsocial.com. Any help would be appreciated.'
Thanks Don
you either need to use other image, which you can upload via theme customizer in the admin panel or remove it via css:
apply these styles in the theme customizer-> css edit section
.ow_header_pic{
display: none
}