Shape 5

Joomla Free Templates => Intrigue - Free => : cabog March 27, 2012, 06:53:11 AM



: Change Logo
: cabog March 27, 2012, 06:53:11 AM
Hello,
first of all thanks for this beautifull template, intrigue.
I have a questions for you, from where do i change the logo?
I have tried in image files on cpanel to change the s5_logo.png with a image that i want and then in css to replace it but it still shows the initial s5 logo.
Can you help me please?


: Re: Change Logo
: mikek March 27, 2012, 07:31:40 AM
Hello,

Replacing s5_logo.png is all that's necessary. Make sure you are over-writing the existing file. Some servers have permissions problems that don't allow it to be over-written. You can try deleting the existing one first and then uploading the new one.


: Re: Change Logo
: cabog March 27, 2012, 11:06:54 AM
I changed the image. Thanks.
The last question for you, how can i match perfectly the image in the space required( the frame). The corners are not rounded as the frame..and it's all a litle to the right and a litle down.
for example the url is:
www.atelieruldecreatie.ro
 (http://www.atelieruldecreatie.ro)
Thank you for the suport.


: Re: Change Logo
: mikek March 27, 2012, 11:32:53 AM
Hello,

You would have to resize/reshape your image to fit the given area.


: Re: Change Logo
: pmiddleton March 27, 2012, 11:43:06 AM
As Mike says, the easiest way is to resize your image. However, if you need a full width logo, change this section of template.css

#s5_logo {
  width:600px;
  height:149px;
  background:url(../images/s5_logo.png) no-repeat top left;
  cursor:pointer;
  float:left;
  margin-top:3px;

Editing the width to whatever you need (try 960px). You will still need to edit the height of your image though.


: Re: Change Logo
: cabog March 27, 2012, 12:07:30 PM
Thank you guys.