Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Bug reports and fixes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Technical support
»
how to change the logo on the left top corner of site?
« previous
next »
Print
Pages: [
1
]
Author
Topic: how to change the logo on the left top corner of site? (Read 5745 times)
tristate
Newbie
Posts: 25
how to change the logo on the left top corner of site?
«
on:
March 11, 2008, 01:31:17 »
I was wondering how to change the logo in elxis 2008, if anyone knows how it would be great.
Thanks, Chris
Logged
Ivan Trebješanin
Elxis Team
Hero Member
Posts: 1663
Re: how to change the logo on the left top corner of site?
«
Reply #1 on:
March 11, 2008, 02:26:20 »
You can customize anything trough CSS. Direct answer to your question is:
go to your template's layout.css and find the following lines
#oktoheader {
text-align:left;
background: #78A1BB url(../images/elxislogo.jpg) no-repeat top left;
<-- This is the logo
, so change it
height: 75px;
border-bottom: 1px solid #1D4D6C;
}
PS
I assume that you have placed your logo in templates images directory.
«
Last Edit: March 11, 2008, 02:31:10 by Ivan Trebješanin
»
Logged
I've got a snap in my finger...
Got rhythm in my walk...
tristate
Newbie
Posts: 25
Re: how to change the logo on the left top corner of site?
«
Reply #2 on:
March 11, 2008, 16:58:28 »
Thank you very much, it worked like a charm, I like the new layout and look of elxis much better than the previous version which I had tried last year. I think this version is much easier to administer from the backend, and hope to see the project grow.... if you guys would like a mirror for downloads or something just let me know..
Thanks, Chris
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Technical support
»
how to change the logo on the left top corner of site?