Shape 5

Joomla Templates => SphereDecs - May 2007 Bonus - Club => : jaywill78 January 07, 2010, 06:56:40 PM



: Shape 5 Logo (shape.gif)
: jaywill78 January 07, 2010, 06:56:40 PM
Hi!

How can I altogether remove the shape5 logo in the bottom left of the template? AND/OR

How can I have that logo/image linked to my affiliate account?

I'd like to remove it, but if I can't, might as well try and benefit from it!

Thanks!

Jason
http://innovativepestmanagement.net (http://innovativepestmanagement.net)


: Re: Shape 5 Logo (shape.gif)
: jonahh January 08, 2010, 01:50:42 PM
Hello,

You can remove or edit this logo by opening up your index.php file and looking for:


<img src="<?php echo $mosConfig_live_site;?>/templates/spheredocs/images/shape.gif" border="0" alt="Shape5.com"/>
 (http://www.shape5.com)

Regards,


: Re: Shape 5 Logo (shape.gif)
: jaywill78 January 09, 2010, 01:10:10 AM
Thanks!

That worked great.

However, it pushed my copyright, xml, and css info over to the left. How can I push them back over so my copyright is centered?

Thanks Jonah!

Jason
http://innovativepestmanagement.net (http://innovativepestmanagement.net)


: Re: Shape 5 Logo (shape.gif)
: jonahh January 11, 2010, 01:02:12 PM
Hello,

Change your float to right as I have done below:

template_css.css (line 1269)

#s5_footerright {
float:right;
padding-top:10px;
text-align:right;
width:15%;}