ow_themes/macabre/master_pages/general.html and dndindex.html:
<div class="ow_logo">
<h2><a href="{$siteUrl}">{*$siteName*}</a></h2>
<div class="ow_tagline">{*$siteTagline*}</div>
</div>
Corresponding styles in "CSS" ( admin panel>>appearance>>edit theme):
.ow_header .ow_logo {
background-image:url(images/logo.png);/** OW_Control type:image, section:1. General Settings, key:logoImage, label:Logo image **/
background-repeat:no-repeat;
margin:39px0010px;
}
Remove image from CSS ( background-image:none;) and add your plain text in .html file.