Status
Not open for further replies.

Uzair Umer

Active Member
1,340
2012
302
205
Can Anyone Tell Me Please How TO Edit Header In DLE Ok Thanks In Advance.....!!!!
Jzcl3.png
 
Last edited:
8 comments
i have no experience in dle. but i believe there must be a file named header.php, or header.tpl in ur theme folder.

i wonder why no dle webmaster has replied.
 
Ok, I've checked this theme. It's Logo, just change file style.css (or style.css)
Code:
#header h1 a {
    background: url("../images/logotype.png") repeat scroll 0 0 transparent;
    display: block;
    padding-top: 89px;
    width: 305px;
}

Change logotype.png to your logo
 
Ok, I've checked this theme. It's Logo, just change file style.css (or style.css)
Code:
#header h1 a {
    background: url("../images/logotype.png") repeat scroll 0 0 transparent;
    display: block;
    padding-top: 89px;
    width: 305px;
}

Change logotype.png to your logo

after that nothing remaining if u dont have any idea about css then simply rename ur custome logo as logotype.png and overwright. The "logotype.png" is in the images folder of ur theme
 
Status
Not open for further replies.
Back
Top