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

Help - ShowCase | Forum

Bayar ryab
Bayar ryab Apr 9 '13
Hello, I have to install(settle) your magnificent theme, I would want just credit note of the help(assistant) to delete(eliminate) the header ( the yellow header.jpg image) because that I find that he(it) have no that place(square) knowing that I have a just slide down please how removed the header of the site?


sorry for my English i'm french

Attachments:
  header.jpg (85.42Kb)
Oxwall Software
Oxwall Software Oct 8 '13
Three solutions:

1. Removing header image from .html files.
ow_themes/showcase/master_pages/general.html
Remove or comment out following line: <div class="ow_header_pic"></div>

2. Hiding header image using CSS.
admin panel>>appearance>>edit theme>>"CSS" tab.
Adjust "height" property in following styles to fit your needs ( make header image smaller in height  or "hide" it completely by setting height to zero):

.ow_header_pic {

height: 325px;

background-image: url('images/header.jpg');/** OW_Control type:image, key:headerImage, section:1. General Settings, label: Page header image **/

background-repeat: no-repeat;

}



3.
Same place as in solution #2.
But you can just completely remove background-image


The Forum post is edited by Oxwall Software Oct 8 '13
You do not have permission to reply this topic