We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Can you have text where the logo is - Macabre | Forum

Michael
Michael Sep 28 '12
How can i remove the lgo/image section and just have plain white text?
Masood Raja
Masood Raja Jan 3 '13
I have the same questions. I am wondering if this theme is supported at all as no one has responded to my questions as well.
Oxwall Software
Oxwall Software Oct 9 '13
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.

You do not have permission to reply this topic