Elxis CMS Forum

Support => Technical support => Topic started by: tristate on March 11, 2008, 01:31:17

Title: how to change the logo on the left top corner of site?
Post by: tristate 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
Title: Re: how to change the logo on the left top corner of site?
Post by: Ivan Trebješanin 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.
Title: Re: how to change the logo on the left top corner of site?
Post by: tristate 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