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

How to change the logo | Forum

Topic location: Forum home » Development » Themes
Don Houston
Don Houston Sep 23 '16
How do I change the logo?  I am using the site http://www.kdtest.club and I want the logo to be a different picture.  See Attachment
Attachments:
  logo.png (30Kb)
Don Houston
Don Houston Sep 23 '16
I did that but it is not showing up
Don Houston
Don Houston Sep 23 '16
Luisi I am ready for you to help me
Darryl B Leader
Darryl B Sep 23 '16
Are you referring to the logo, or header?  From looking at your site this is displayed as a header pic.
Don Houston
Don Houston Sep 23 '16
yes the header pic.  I have tried to crop it down and it is still showing up blury
Darryl B Leader
Darryl B Sep 23 '16
Try this. I resized it to 1920 x 300. Part of the issue was that the image was stretching across the scree, and was distorting the font. The wider width should help that.

The Forum post is edited by Darryl B Sep 23 '16
Attachments:
  Header logo.png (113Kb)
Darryl B Leader
Darryl B Sep 23 '16
This may make it easier. I put it in a zip folder so you can just download it.
Attachments:
  Header logo.zip (110Kb)
Darryl B Leader
Darryl B Sep 23 '16
After you change the image add this to the custom css for the theme in the admin panel.

.ow_header_pic {
    background-size: 100% 100%;
}
Don Houston
Don Houston Sep 23 '16
Not as blury but still to large

Darryl B Leader
Darryl B Sep 23 '16
Yes. I added something more for you above. If you want to change the height as well just do this in the custom css, and just adjust it to what you want.

.ow_header_pic {
    background-size: 100% 100%;
    height: 250px;
}
ross Team
ross Sep 26 '16
Topic was moved from General Questions.